]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#3965: on Windows, open() crashes if the filename or the mode is invalid,
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 25 Sep 2008 20:52:56 +0000 (20:52 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 25 Sep 2008 20:52:56 +0000 (20:52 +0000)
commit17617a07d1f2d2ffb6b0f77be8926f54cd0f4ae8
tree90b9bdabd59ba83dabbdea1f49ac745a22a7fe43
parent22d3c92480b419c4ad1adf42ffb723ba2d471f26
#3965: on Windows, open() crashes if the filename or the mode is invalid,
and if the filename is a unicode string.

Reviewed by Martin von Loewis.
Lib/test/test_file.py
Misc/NEWS
Objects/fileobject.c