me> Seems shallow. Just inherit from object.
...
me> I'm testing out the inherit-from-object fixes now.
They all passed. Here's the patch:
http://bugs.python.org/issue3658
In addition, I get these two test failures on trunk:
% ./python.exe ../Lib/test/regrtest.py test_dis
Neal> Lib/gzip.py:114: Using property (filename) in classic class GzipFile
Neal> may not work
Seems shallow. Just inherit from object.
Neal> Lib/sched.py:122: Using property (queue) in classic class scheduler
Neal> may not work
Ditto.
Neal> Lib/tempfile.py:535: Using
Below are the problems I found that have not been fixed at r65995 on
trunk (2.6). There will be a separate mail for the 3.0 problems.
I've done the following:
* built in debug and opt mode (gcc 4.1.2) fixing the important warnings
* run all the tests in both modes
* run all the tests (except t