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 alex
Recipients alex, amaury.forgeotdarc
Date 2012-01-24.02:05:52
SpamBayes Score 3.6695713e-10
Marked as misclassified No
Message-id <1327370754.29.0.66468771639.issue13849@psf.upfronthosting.co.za>
In-reply-to
Content
ATM there's no tests (at least in 2.x, I haven't checked 3.x yet) for this behavior:

>>> os.path.exists("/tmp\x00abcds")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3.2/genericpath.py", line 18, in exists
    os.stat(path)
TypeError: embedded NUL character
History
Date User Action Args
2012-01-24 02:05:54alexsetrecipients: + alex, amaury.forgeotdarc
2012-01-24 02:05:54alexsetmessageid: <1327370754.29.0.66468771639.issue13849@psf.upfronthosting.co.za>
2012-01-24 02:05:53alexlinkissue13849 messages
2012-01-24 02:05:53alexcreate