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 r.david.murray
Date 2014-09-23.20:34:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411504485.58.0.497867466453.issue22472@psf.upfronthosting.co.za>
In-reply-to
Content
>>> open(r'c:\bad\path')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
FileNotFoundError: [Errno 2] No such file or directory: 'c:\\bad\\path'
History
Date User Action Args
2014-09-23 20:34:45r.david.murraysetrecipients: + r.david.murray
2014-09-23 20:34:45r.david.murraysetmessageid: <1411504485.58.0.497867466453.issue22472@psf.upfronthosting.co.za>
2014-09-23 20:34:45r.david.murraylinkissue22472 messages
2014-09-23 20:34:45r.david.murraycreate