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 r.david.murray
Recipients iMath, r.david.murray, steve.dower, tim.golden, zach.ware
Date 2014-12-12.16:20:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418401210.55.0.251456676258.issue23039@psf.upfronthosting.co.za>
In-reply-to
Content
The argument to open is a path.  Some of those characters have a meaning in a path.

I ran a couple of quick experiments: "ab*c.txt" fails with an exception.  ":16.txt" created a file, which I can do an 'ls' and cat (but not rm) on in git-bash, but I'm not sure where it actually is in the file system.

Open is just calling the OS to do the open, so if no error is raised, the *OS* (Windows) is not raising the error.  I don't think there is a bug here, unless it is in Windows itself.
History
Date User Action Args
2014-12-12 16:20:10r.david.murraysetrecipients: + r.david.murray, tim.golden, zach.ware, steve.dower, iMath
2014-12-12 16:20:10r.david.murraysetmessageid: <1418401210.55.0.251456676258.issue23039@psf.upfronthosting.co.za>
2014-12-12 16:20:10r.david.murraylinkissue23039 messages
2014-12-12 16:20:10r.david.murraycreate