Re: [Python-3000] Workaround for py3k build problem on CJK MacOS X?

2008-08-19 Thread Hye-Shik Chang
On Mon, Aug 18, 2008 at 12:24 AM, M.-A. Lemburg <[EMAIL PROTECTED]> wrote: > I'm -1 on taking this approach this late in the release process. > > You are adding a completely new codec, which hasn't received enough > testing. Furthermore, the concept of relying on OS defined codecs is > not in line

[Python-3000] move parse_header from cgi to email.header?

2008-08-19 Thread Bill Janssen
There's a function in the cgi module called "parse_header", which takes a MIME-style email header and returns the "main" value along with a dictionary of the parameters in the header. I had to look for a while before I found it; first I thought it should be in httplib, then when it wasn't there I

Re: [Python-3000] Beta 3 planned for this Wednesday

2008-08-19 Thread Antoine Pitrou
Hi, Guido van Rossum python.org> writes: > > 2394[Py3k] Finish the memoryview object implementation > > - - High priority > > - - This one is serious enough to hold up the release. I really do not think we > > should be finishing this implementation in the rc phase. > > Can someone review

Re: [Python-3000] Beta 3 planned for this Wednesday

2008-08-19 Thread Jesse Noller
> 3352Deficiencies in multiprocessing/threading API > - - Medium priority > - - This one is getting some love, so I'm confident this will get fixed before > beta 3. > This is complete on 2.6 as of r65864 ___ Python-3000 mailing list Python-3000@pyth

Re: [Python-3000] Beta 3 planned for this Wednesday

2008-08-19 Thread Guido van Rossum
On Tue, Aug 19, 2008 at 1:19 PM, Guido van Rossum <[EMAIL PROTECTED]> wrote: >> 1179[CVE-2007-4965] Integer overflow in imageop module >> - - High priority >> - - This will block final release and I think it needs to be fixed for this >> beta. Submitted the patch to 2.5 and 2.6. -- --Guido

Re: [Python-3000] Beta 3 planned for this Wednesday

2008-08-19 Thread Guido van Rossum
On Mon, Aug 18, 2008 at 8:29 PM, Barry Warsaw <[EMAIL PROTECTED]> wrote: > 1878class attribute cache failure (regression) > - - Medium priority > - - Guido, there are some design choices that need your decision. I'd like to > fix this for beta 3 if it's going to be fixed at all, because I sus

Re: [Python-3000] Beta 3 planned for this Wednesday

2008-08-19 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Aug 19, 2008, at 9:02 AM, Benjamin Peterson wrote: On Mon, Aug 18, 2008 at 10:29 PM, Barry Warsaw <[EMAIL PROTECTED]> wrote: 1878class attribute cache failure (regression) - - Medium priority - - Guido, there are some design choices that n

Re: [Python-3000] Beta 3 planned for this Wednesday

2008-08-19 Thread Benjamin Peterson
On Mon, Aug 18, 2008 at 10:29 PM, Barry Warsaw <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello everyone, > > I am going to try to release the last planned beta of 2.6 and 3.0 this > Wednesday. Looking at the stable buildbots and showstopper bugs indicates > s

[Python-3000] Hanging out on freenode IRC #python-dev

2008-08-19 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I will be hanging out as much as possible over the next two days on the #python-dev channel on freenode IRC. If you have any last minute decisions you need, that will be the most immediate way to get in touch with me. Modulo work commitments,

Re: [Python-3000] Beta 3 planned for this Wednesday

2008-08-19 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Aug 19, 2008, at 4:45 AM, Antoine Pitrou wrote: Barry, could you please take a look at http://bugs.python.org/issue2834 ? It's not marked as release blocker but if it doesn't integrate beta3 it will probably not make it at all into 3.0 (unless

[Python-3000] Slight cleanup of the PyMemoryView API

2008-08-19 Thread Antoine Pitrou
Hi, Would anybody object to the slight cleanup of the C PyMemoryView API that I proposed in http://bugs.python.org/issue3560 ? It's better to do this now before any third party extension starts relying on it. Regards Antoine. ___ Python-3000 maili

Re: [Python-3000] Beta 3 planned for this Wednesday

2008-08-19 Thread Antoine Pitrou
Barry, could you please take a look at http://bugs.python.org/issue2834 ? It's not marked as release blocker but if it doesn't integrate beta3 it will probably not make it at all into 3.0 (unless you are fine with such a change before an rc). Thanks Antoine. ___