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.

作者 alex
收信人 alex, amaury.forgeotdarc
日期 2012-01-24.02:05:52
SpamBayes Score 3.6695713e-10
Marked as misclassified
Message-id <1327370754.29.0.66468771639.issue13849@psf.upfronthosting.co.za>
In-reply-to
内容
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
历史
日期 用户 动作 参数
2012-01-24 02:05:54alex修改recipients: + alex, amaury.forgeotdarc
2012-01-24 02:05:54alex修改messageid: <1327370754.29.0.66468771639.issue13849@psf.upfronthosting.co.za>
2012-01-24 02:05:53alex链接issue13849 messages
2012-01-24 02:05:53alex创建