消息 [151877]
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:54 | alex | 修改 | recipients:
+ alex, amaury.forgeotdarc |
| 2012-01-24 02:05:54 | alex | 修改 | messageid: <1327370754.29.0.66468771639.issue13849@psf.upfronthosting.co.za> |
| 2012-01-24 02:05:53 | alex | 链接 | issue13849 messages |
| 2012-01-24 02:05:53 | alex | 创建 | |
|