]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is now
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 1 Sep 2011 19:38:37 +0000 (21:38 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 1 Sep 2011 19:38:37 +0000 (21:38 +0200)
commit5edbaf295e60e0152c3f240ebef6408fa74572c3
tree591b5c7e0b8d3a941b73a46d1151a5026cf2887d
parentc2d9a0226e785c6a77fc0de776f2eece92eebadb
parenta762285831d1591d5c621394f8f6be45688ba33d
Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is now
mapped to POSIX errno ENOTDIR (previously EINVAL).
Lib/test/test_exceptions.py
Misc/NEWS