Re: [Python-Dev] Working on issue 23496: should I use a macro test or an edit to configure.ac?

2015-02-26 Thread Ryan
Thank you so much! Ryan Smith-Roberts wrote: >On Thu, Feb 26, 2015 at 5:13 PM, Ryan Smith-Roberts >wrote: >> I'm not an official cpython developer but ifdef __ANDROID__ is quite >in line >> with other per-platform support (__FreeBSD__, __linux__, etc), as >well as >> already being in use in Modu

Re: [Python-Dev] Working on issue 23496: should I use a macro test or an edit to configure.ac?

2015-02-26 Thread Ethan Furman
On 02/26/2015 05:52 PM, Ryan Smith-Roberts wrote: > Might as well spend the time to answer my own question: Thanks! Much appreciated. :) -- ~Ethan~ signature.asc Description: OpenPGP digital signature ___ Python-Dev mailing list Python-Dev@python

Re: [Python-Dev] Working on issue 23496: should I use a macro test or an edit to configure.ac?

2015-02-26 Thread Ryan Smith-Roberts
On Thu, Feb 26, 2015 at 5:13 PM, Ryan Smith-Roberts wrote: > I'm not an official cpython developer but ifdef __ANDROID__ is quite in line > with other per-platform support (__FreeBSD__, __linux__, etc), as well as > already being in use in Modules/_posixsubprocess.c. Is __ANDROID__ not being > def

[Python-Dev] [RELEASED] Python 3.4.3 is now available

2015-02-26 Thread Larry Hastings
On behalf of the Python development community and the Python 3.4 release team, I'm pleased to announce the availability of Python 3.4.3. Python 3.4.3 has many bugfixes and other small improvements over 3.4.2. You can find it here: https://www.python.org/downloads/release/python-343/

Re: [Python-Dev] Working on issue 23496: should I use a macro test or an edit to configure.ac?

2015-02-26 Thread Ethan Furman
On 02/26/2015 05:13 PM, Ryan Smith-Roberts wrote: > I'm not an official cpython developer but ifdef __ANDROID__ is quite in line > with > other per-platform support (__FreeBSD__, __linux__, etc), as well as already > being > in use in Modules/_posixsubprocess.c. Is __ANDROID__ not being defined

Re: [Python-Dev] ubuntu buildbot

2015-02-26 Thread Benjamin Peterson
On Wed, Feb 25, 2015, at 22:38, David Bolen wrote: > On Mon, Nov 24, 2014 at 11:07 AM, Benjamin Peterson > wrote: > > > > On Mon, Nov 24, 2014, at 00:33, David Bolen wrote: > >> Yeah, it definitely needs it. Historically it was intentional as my own > >> servers were all on 8.04, but the last o

Re: [Python-Dev] Working on issue 23496: should I use a macro test or an edit to configure.ac?

2015-02-26 Thread Ryan Smith-Roberts
I'm not an official cpython developer but ifdef __ANDROID__ is quite in line with other per-platform support (__FreeBSD__, __linux__, etc), as well as already being in use in Modules/_posixsubprocess.c. Is __ANDROID__ not being defined when it should be? On Thu, Feb 26, 2015 at 4:20 PM, Ryan Gonza

Re: [Python-Dev] Working on issue 23496: should I use a macro test or an edit to configure.ac?

2015-02-26 Thread Ethan Furman
On 02/25/2015 10:17 AM, Ryan Gonzalez wrote: > Which leads me to the question. See, of course, the patches should only be > enabled if Python is being built targeting > Android, but I'm not sure how that should be detected. > > I know that the Android target triple is arm-linux-androideabi. Shou

Re: [Python-Dev] Working on issue 23496: should I use a macro test or an edit to configure.ac?

2015-02-26 Thread Ryan Gonzalez
DOES NOBODY HAVE AN ANSWER TO THIS??? I'm REALLY relying on someone who works on Python to answer this. PLEASE?? On Wed, Feb 25, 2015 at 12:17 PM, Ryan Gonzalez wrote: > So... > > There was a recent discussion here on porting Python to Android. Well, for > those of you who saw too many unread m

Re: [Python-Dev] Request for Pronouncement: PEP 441 - Improving Python ZIP Application Support

2015-02-26 Thread Paul Moore
On 26 February 2015 at 21:34, Guido van Rossum wrote: > Accepted! > > Thanks for your patience, Paul, and thanks everyone for their feedback. > > I know there are still a few small edits to the PEP, but those don't affect > my acceptance. Congrats! Excellent, thanks to everyone for the helpful co

Re: [Python-Dev] Request for Pronouncement: PEP 486 - Make the Python Launcher aware of virtual environments

2015-02-26 Thread Guido van Rossum
PEP 486 is hereby accepted. You can fix the typo at the same time as marking it as accepted. Paul, thanks and congrats, everyone else, thanks for the feedback! --Guido On Tue, Feb 24, 2015 at 12:45 PM, Guido van Rossum wrote: > Thanks for doing this, Paul! > > I think this is a fine PEP and I

Re: [Python-Dev] Request for Pronouncement: PEP 441 - Improving Python ZIP Application Support

2015-02-26 Thread Guido van Rossum
Accepted! Thanks for your patience, Paul, and thanks everyone for their feedback. I know there are still a few small edits to the PEP, but those don't affect my acceptance. Congrats! --Guido On Thu, Feb 26, 2015 at 9:05 AM, Paul Moore wrote: > On 24 February 2015 at 18:24, Guido van Rossum w

Re: [Python-Dev] PEP 448 review

2015-02-26 Thread Brett Cannon
On Thu, Feb 26, 2015 at 3:38 PM Ethan Furman wrote: > On 02/26/2015 12:19 PM, Guido van Rossum wrote: > > > As a follow-up, Joshua updated the PEP to remove *comprehensions, and it > is now accepted. > > Congratulations Thomas, Joshua, and Neil!! > I'll add a "thanks" to everyone involved with t

Re: [Python-Dev] PEP 448 review

2015-02-26 Thread Ethan Furman
On 02/26/2015 12:19 PM, Guido van Rossum wrote: > As a follow-up, Joshua updated the PEP to remove *comprehensions, and it is > now accepted. Congratulations Thomas, Joshua, and Neil!! -- ~Ethan~ signature.asc Description: OpenPGP digital signature ___

Re: [Python-Dev] PEP 448 review

2015-02-26 Thread Guido van Rossum
One more thing. This PEP would never have been accepted without a working implementation. Thanks Neil and Joshua for that! (And for being flexible.) On Thu, Feb 26, 2015 at 12:19 PM, Guido van Rossum wrote: > As a follow-up, Joshua updated the PEP to remove *comprehensions, and it > is now accep

Re: [Python-Dev] PEP 448 review

2015-02-26 Thread Guido van Rossum
As a follow-up, Joshua updated the PEP to remove *comprehensions, and it is now accepted. On Wed, Feb 25, 2015 at 11:42 AM, Guido van Rossum wrote: > I'm back, I've re-read the PEP, and I've re-read the long thread with "(no > subject)". > > I think Georg Brandl nailed it: > > """ > > > > > > >

Re: [Python-Dev] Request for Pronouncement: PEP 441 - Improving Python ZIP Application Support

2015-02-26 Thread Paul Moore
On 26 February 2015 at 18:23, Ethan Furman wrote: > On 02/26/2015 09:28 AM, Glenn Linderman wrote: >> On 2/26/2015 9:05 AM, Paul Moore wrote: > >>> ``create_archive(source, target=None, interpreter=None, main=None)`` >>> >>> >>>

Re: [Python-Dev] Request for Pronouncement: PEP 441 - Improving Python ZIP Application Support

2015-02-26 Thread Paul Moore
On 26 February 2015 at 17:28, Glenn Linderman wrote: > * The name of a directory, in which case a new application archive > will be created from the content of that directory. > * The name of an existing application archive file, in which case the > file is copied to the target. The file name

Re: [Python-Dev] Request for Pronouncement: PEP 441 - Improving Python ZIP Application Support

2015-02-26 Thread Ethan Furman
On 02/26/2015 09:28 AM, Glenn Linderman wrote: > On 2/26/2015 9:05 AM, Paul Moore wrote: >> ``create_archive(source, target=None, interpreter=None, main=None)`` >> >> >> Create an application archive from *source*. The source ca

Re: [Python-Dev] Request for Pronouncement: PEP 441 - Improving Python ZIP Application Support

2015-02-26 Thread Glenn Linderman
On 2/26/2015 9:05 AM, Paul Moore wrote: On 24 February 2015 at 18:24, Guido van Rossum wrote: Here's my review. I really like where this is going but I have a few questions and suggestions (I can't help myself :-). OK, I've updated both the PEP and the patch based on follow-up discussions. I t

Re: [Python-Dev] Request for Pronouncement: PEP 441 - Improving Python ZIP Application Support

2015-02-26 Thread Paul Moore
On 24 February 2015 at 18:24, Guido van Rossum wrote: > Here's my review. I really like where this is going but I have a few > questions and suggestions (I can't help myself :-). OK, I've updated both the PEP and the patch based on follow-up discussions. I think (again!) it is ready to go. I've