]> 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:43:36 +0000 (18:43 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 29 Jan 2012 17:43:36 +0000 (18:43 +0100)
commit7ab4af0427a100e1054dea6137381c5dbf843530
tree5675c8aba99f23694645917896e81ce877263d20
parentcdc878e56298c9da9720f1298a8b780a189ce029
parent1334884ff2f5a3968e6a26157f869b4ca5de189b
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/NEWS
Modules/_io/fileio.c
Objects/unicodeobject.c