]> granicus.if.org Git - python/commit
Issue #23908: os functions now reject paths with embedded null character
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 20 Apr 2015 06:53:58 +0000 (09:53 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 20 Apr 2015 06:53:58 +0000 (09:53 +0300)
commit2b0d2007a1a51a15a67dc7297cf5e21c8767b563
tree4e8eebbb9db682202b19d2a8af246ed3cc730fb8
parent2ef7c478444f453a04ae63ecc3d3de07915ad2b0
Issue #23908: os functions now reject paths with embedded null character
on Windows instead of silently truncate them.
Lib/test/test_posix.py
Misc/NEWS
Modules/_io/fileio.c
Modules/posixmodule.c