Re: [Python-3000] No rc2 tonight

2008-10-17 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Oct 17, 2008, at 4:36 AM, Victor Stinner wrote: 1210 imaplib does not run under Python 3 3727 poplib module broken by str to unicode conversion - These both have patches that need review 3714 nntplib module broken by str to unicode conversion

Re: [Python-3000] No rc2 tonight

2008-10-17 Thread Victor Stinner
> 1210 imaplib does not run under Python 3 > 3727 poplib module broken by str to unicode conversion >- These both have patches that need review > 3714 nntplib module broken by str to unicode conversion >- This issue seems pretty far from resolution I worked on these modules. First I tried

Re: [Python-3000] No rc2 tonight

2008-10-16 Thread Alexandre Vassalotti
On Thu, Oct 16, 2008 at 10:06 PM, Barry Warsaw <[EMAIL PROTECTED]> wrote: > I deferred these but I would really like to get them fixed before rc2. > > 3664 Pickler.dump from a badly initialized Pickler segfaults > - This one needs a proper patch with a test I posted the patch for that one. Please

[Python-3000] No rc2 tonight

2008-10-16 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I was supposed to release 3.0rc2 last night, but events caught up with me. In going through the release blockers tonight, I do not think we are ready to release. Here are the issues that need addressing: Showstoppers: 3775 Update RELNOTES fil