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 sptonkin
Recipients eric.araujo, ezio.melotti, mcjeff, python-dev, r.david.murray, sptonkin
Date 2012-10-30.01:21:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351560075.21.0.539236765073.issue12890@psf.upfronthosting.co.za>
In-reply-to
Content
Uploaded a patch which fixes the failing on Windows 7.

It was essentially an issue with the Windows path returned by temp_dir() containing unescaped backslashes. A repr() fixed this.
History
Date User Action Args
2012-10-30 01:21:15sptonkinsetrecipients: + sptonkin, ezio.melotti, eric.araujo, r.david.murray, mcjeff, python-dev
2012-10-30 01:21:15sptonkinsetmessageid: <1351560075.21.0.539236765073.issue12890@psf.upfronthosting.co.za>
2012-10-30 01:21:15sptonkinlinkissue12890 messages
2012-10-30 01:21:15sptonkincreate