Re: [Python-Dev] Closing outdated Mac issues

2009-02-15 Thread Ned Deily
In article <2d75d7660902151517p22440361u76f686dc2f0e1...@mail.gmail.com>, "Daniel (ajax) Diniz" wrote: > Brett Cannon wrote: > > As of Python 2.6 everything Mac-specific is deprecated and in 3.0 they > > are gone (you can read PEP 3108 for the details or just note that the > > Mac/Modules direct

Re: [Python-Dev] OS X Installer for 3.0.1 and supported versions

2009-02-15 Thread Ned Deily
In article <6fc960b6-7723-4887-9342-fac4d0c93...@mac.com>, Ronald Oussoren wrote: > I'll be at Pycon and part of post-pycon sprint days (I'm flying back > on april 1st). I had already planned to try to get a mac-related > sprint going at pycon, I've added work on this on the list of possible

Re: [Python-Dev] RELEASED Python 3.0.1

2009-02-15 Thread Ned Deily
In article , Benjamin Kaplan wrote: > Any chance of getting a Mac installer for this one? BTW, I see the a link to the OS X installer has now been added to the 3.0.1 release page: It would be great if someone could add OS X links for the 3.0

Re: [Python-Dev] No 2.x->3.x porting documentation?

2009-02-15 Thread Benjamin Peterson
On Sun, Feb 15, 2009 at 8:59 PM, wrote: > If neither of these changes could be handled by 2to3 I think it would have > been useful to at least document the changes (in whatsnew/3.0.rst?) and > maybe offer humans some workaround ideas. If there is a wiki page > collecting porting wisdom it should

[Python-Dev] No 2.x->3.x porting documentation?

2009-02-15 Thread skip
I apologize if this has been discussed here or elsewhere already. I'm offline as I write this so my only source of guidance is what I find in my Subversion checkouts. I'm making a naive stab at converting nose to Python3 so I can hopefully run the lockfile test cases under Python 3. (Again, I'm

Re: [Python-Dev] OS X Installer for 3.0.1 and supported versions

2009-02-15 Thread Ned Deily
In article , Alex Martelli wrote: > On Sat, Feb 14, 2009 at 3:22 AM, Ned Deily wrote: >... > > have done complete and thorough testing. (In particular, I have no > > access to a G5 for 64-bit PPC testing.) > I have a PowerMac G5 at home and I'll be glad to run tests if it > helps. Thanks,

Re: [Python-Dev] draft 3.1 release schedule

2009-02-15 Thread Benjamin Peterson
On Sun, Feb 15, 2009 at 10:59 AM, Guido van Rossum wrote: > On Sat, Feb 14, 2009 at 12:29 PM, Benjamin Peterson > wrote: >> 3.1a1 March 7 (Saturday) >> 3.1a2 April 11 (Saturday) >> 3.1b1 May 2 (Saturday) >> 3.1b2 May 23 (Saturday) >> 3.1rc1 June 13 (Saturday) >> 3.1rc2 June 27 (Saturday) > > And

Re: [Python-Dev] Closing outdated Mac issues

2009-02-15 Thread Daniel (ajax) Diniz
Looks like the MDS ate the copy sent to the list, here's it again: Brett Cannon wrote: > As of Python 2.6 everything Mac-specific is deprecated and in 3.0 they > are gone (you can read PEP 3108 for the details or just note that the > Mac/Modules directory is gone in 3.0). They will still be around

Re: [Python-Dev] .Idle.py init file

2009-02-15 Thread Daniel (ajax) Diniz
Mitchell, I can't find the string ".Idle.py" in trunk. If you haven't already, please open a documentation issue for this one. I don't see any obvious downside to this behavior and people might be relying on it by now. Thanks for reporting these IDLE issues! Daniel _

Re: [Python-Dev] Closing outdated Mac issues

2009-02-15 Thread Brett Cannon
On Sun, Feb 15, 2009 at 12:13, Daniel (ajax) Diniz wrote: > Hi, > > In the discussion of a feature request for MacPython[1], the OP (hhas) > said: > >As of Python 2.6/3.0, all Mac-specific modules are deprecated/eliminated >from the standard library and there are no longer any plans to su

[Python-Dev] Closing outdated Mac issues

2009-02-15 Thread Daniel (ajax) Diniz
Hi, In the discussion of a feature request for MacPython[1], the OP (hhas) said: As of Python 2.6/3.0, all Mac-specific modules are deprecated/eliminated from the standard library and there are no longer any plans to submit appscript for possible inclusion. This issue should be reject

Re: [Python-Dev] smtplib violates SMTP spec

2009-02-15 Thread Aahz
On Sun, Feb 15, 2009, Felix Schwarz wrote: > > I would like to get attention to issue 4142 [1] which was filed several > months ago. This is about a clear bug in smtplib's SMTP implementation > which is probably present since (at least) Python 1.5. > > When re-using an smtplib.SMTP instance for a

[Python-Dev] smtplib violates SMTP spec

2009-02-15 Thread Felix Schwarz
Hi, I would like to get attention to issue 4142 [1] which was filed several months ago. This is about a clear bug in smtplib's SMTP implementation which is probably present since (at least) Python 1.5. When re-using an smtplib.SMTP instance for a second connection, smtplib does not send anot

Re: [Python-Dev] draft 3.1 release schedule

2009-02-15 Thread Guido van Rossum
On Sat, Feb 14, 2009 at 12:29 PM, Benjamin Peterson wrote: > Here's a very tentative 3.1 release schedule. Thanks! Glad you're taking your new role of release manager seriously and are starting to plan ahead. > 3.1a1 March 7 (Saturday) > 3.1a2 April 11 (Saturday) > 3.1b1 May 2 (Saturday) > 3.1b2

Re: [Python-Dev] OS X Installer for 3.0.1 and supported versions

2009-02-15 Thread Ronald Oussoren
On 14 Feb, 2009, at 20:15, Martin v. Löwis wrote: Ronald Oussoren wrote: On 14 Feb, 2009, at 19:04, Martin v. Löwis wrote: A single installer could support both 32-bit on 10.4 and 64-bit on 10.5, but I don't think that's very useful because there are changes in the low-level unix API's th