Thomas Holmes <sha...@gmail.com> added the comment:

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.

----------
keywords: +patch
nosy: +Thomas.Holmes
Added file: http://bugs.python.org/file16005/Py7325.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7325>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to