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 kristjan.jonsson
Recipients kristjan.jonsson, loewis
Date 2009-01-13.23:30:07
SpamBayes Score 0.27186474
Marked as misclassified No
Message-id <1231889408.49.0.19128708207.issue4927@psf.upfronthosting.co.za>
In-reply-to
Content
Turns out it wasn't vista related at all, but related to TESTFN being 
tmp\@test
When this happens, test_file.py fails when testing the repr for a 
unicode file, because the repr contains u'tmp\\@test' whereas for a 
string filename it will contain 'tmp\@test'
History
Date User Action Args
2009-01-13 23:30:08kristjan.jonssonsetrecipients: + kristjan.jonsson, loewis
2009-01-13 23:30:08kristjan.jonssonsetmessageid: <1231889408.49.0.19128708207.issue4927@psf.upfronthosting.co.za>
2009-01-13 23:30:07kristjan.jonssonlinkissue4927 messages
2009-01-13 23:30:07kristjan.jonssoncreate