This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients r.david.murray, vstinner
Date 2008-12-04.15:01:36
SpamBayes Score 1.21818e-05
Marked as misclassified No
Message-id <1228402901.83.0.312425334434.issue4523@psf.upfronthosting.co.za>
In-reply-to
Content
I tried the whole Python test suite with -3. Some warnings:
 - no more cPikle and bsddb modules
 - has_key() (used in many tests)
 - a <> b (used in many AST/grammar tests)
 - an exception have to inherit from Exception
 - callable() doesn't exist anymore
 - etc.

It's not a good idea to fix the regression tests because Python 2.6 
still uses the listed features. But the logging warning should be 
fixed, so here is a patch.
History
Date User Action Args
2008-12-04 15:01:42vstinnersetrecipients: + vstinner, r.david.murray
2008-12-04 15:01:41vstinnersetmessageid: <1228402901.83.0.312425334434.issue4523@psf.upfronthosting.co.za>
2008-12-04 15:01:40vstinnerlinkissue4523 messages
2008-12-04 15:01:38vstinnercreate