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 ncoghlan
Recipients Jurko.Gospodnetić, eric.araujo, georg.brandl, ncoghlan, pitrou, r.david.murray, terry.reedy
Date 2010-12-13.16:36:46
SpamBayes Score 0.0006963022
Marked as misclassified No
Message-id <1292258210.09.0.623217514971.issue10188@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, yes, I failed to account for the additional string escaping performed by the IO stream. I think I've been bitten by that before, but I always forget since I try to always use forward slashes for paths, even on Windows.

r87212 modifies the test to ensure that failure mode is encountered on non-Windows systems as well and correctly reverses the escaping in the test when reading the message back.
History
Date User Action Args
2010-12-13 16:36:50ncoghlansetrecipients: + ncoghlan, georg.brandl, terry.reedy, pitrou, eric.araujo, r.david.murray, Jurko.Gospodnetić
2010-12-13 16:36:50ncoghlansetmessageid: <1292258210.09.0.623217514971.issue10188@psf.upfronthosting.co.za>
2010-12-13 16:36:47ncoghlanlinkissue10188 messages
2010-12-13 16:36:46ncoghlancreate