Message98316
I have created a patch for this for Python 3.1 and included an update to the unit tests. The tests were never checking for a relative path and if they did would pas it even when it would have failed due to liberal use of os.path.abspath()
The test fix is probably not as clean as it could be by I did not want to severely alter its state. The change to tempfile.mkdtemp() was clear and followed the current method tempfile.mkstemp() uses. |
|
Date |
User |
Action |
Args |
2010-01-26 06:57:58 | thomas.holmes | set | recipients:
+ thomas.holmes, brett.cannon, roysmith, pitrou, r.david.murray |
2010-01-26 06:57:58 | thomas.holmes | set | messageid: <1264489078.47.0.358153287824.issue7325@psf.upfronthosting.co.za> |
2010-01-26 06:57:56 | thomas.holmes | link | issue7325 messages |
2010-01-26 06:57:55 | thomas.holmes | create | |
|