]> granicus.if.org Git - python/commit
Issue #13848: open() and the FileIO constructor now check for NUL characters in the...
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 29 Jan 2012 17:36:34 +0000 (18:36 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 29 Jan 2012 17:36:34 +0000 (18:36 +0100)
commit1334884ff2f5a3968e6a26157f869b4ca5de189b
tree6cd82b8fa2964ad30b617cac8d0eaf98890d82c0
parentc875d2032bf363da5e9e50928330f5ee2aa2fda2
Issue #13848: open() and the FileIO constructor now check for NUL characters in the file name.
Patch by Hynek Schlawack.
Include/unicodeobject.h
Lib/test/test_fileio.py
Lib/test/test_io.py
Misc/ACKS
Misc/NEWS
Modules/_io/fileio.c
Objects/unicodeobject.c