Re: [Python-Dev] Dealing with mimetools usage in the stdlib

2008-08-10 Thread Brett Cannon
On Sat, Aug 9, 2008 at 11:52 PM, Adam Olsen <[EMAIL PROTECTED]> wrote: > On Sat, Aug 9, 2008 at 11:41 PM, Brett Cannon <[EMAIL PROTECTED]> wrote: >> On my quest to remove warnings raised in 2.6 when Python is run with >> -3, the issue of dealing with mimetools has come up in terms of >> backwards-c

Re: [Python-Dev] Any PEP about 2.6 -> 3000 code transition?

2008-08-10 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Jul 21, 2008, at 2:16 PM, Brett Cannon wrote: But waiting until all the betas have gone out totally defeats the purpose of the betas! It has already been stated that new code changes that are even remotely shaky or anything not small needs a code

Re: [Python-Dev] Fuzzing bugs: most bugs are closed

2008-08-10 Thread Victor Stinner
Guido van Rossum wrote: The underscore at the beginning of _sre clearly indicates that the module is not recommended for direct consumption, IMO. Even the functions that don't themselves start with an underscore... I've written a re-code verifier for the Google App Engine ... which means tha