Re: [Python-Dev] current problems that should be fixed before release (2.6)

2008-08-24 Thread skip
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

Re: [Python-Dev] current problems that should be fixed before release (2.6)

2008-08-24 Thread skip
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

[Python-Dev] current problems that should be fixed before release (2.6)

2008-08-23 Thread Neal Norwitz
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