]> granicus.if.org Git - python/commit
Issue #23908: os functions, open() and the io.FileIO constructor now reject
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 1 Jul 2016 20:34:44 +0000 (23:34 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 1 Jul 2016 20:34:44 +0000 (23:34 +0300)
commit3c9ce74c218703ed75a11f71ed215559fa0c4257
treed15e279a54aeacd6cf92e27d05b5c4708e699121
parent3626e5ef2acfa10a5badfa77989c9718faaf790d
Issue #23908: os functions, open() and the io.FileIO constructor now reject
unicode paths with embedded null character on Windows instead of silently
truncate them.
Lib/test/test_fileio.py
Lib/test/test_getargs2.py
Lib/test/test_io.py
Lib/test/test_posix.py
Misc/NEWS
Modules/_io/fileio.c
Modules/posixmodule.c
Objects/fileobject.c
Python/getargs.c