Message76886
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. |
|
Date |
User |
Action |
Args |
2008-12-04 15:01:42 | vstinner | set | recipients:
+ vstinner, r.david.murray |
2008-12-04 15:01:41 | vstinner | set | messageid: <1228402901.83.0.312425334434.issue4523@psf.upfronthosting.co.za> |
2008-12-04 15:01:40 | vstinner | link | issue4523 messages |
2008-12-04 15:01:38 | vstinner | create | |
|