This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author thomas.holmes
Recipients brett.cannon, pitrou, r.david.murray, roysmith, thomas.holmes
Date 2010-01-26.06:57:53
SpamBayes Score 2.9086607e-07
Marked as misclassified No
Message-id <1264489078.47.0.358153287824.issue7325@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-01-26 06:57:58thomas.holmessetrecipients: + thomas.holmes, brett.cannon, roysmith, pitrou, r.david.murray
2010-01-26 06:57:58thomas.holmessetmessageid: <1264489078.47.0.358153287824.issue7325@psf.upfronthosting.co.za>
2010-01-26 06:57:56thomas.holmeslinkissue7325 messages
2010-01-26 06:57:55thomas.holmescreate