]> granicus.if.org Git - python/commit
Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is now
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 1 Sep 2011 19:37:43 +0000 (21:37 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 1 Sep 2011 19:37:43 +0000 (21:37 +0200)
commita762285831d1591d5c621394f8f6be45688ba33d
tree5e24a13489617c5f68dede866921bcc92b46e4d1
parent222b20844f28f37dbe5431eb293ef2b35df71ae7
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
PC/errmap.h
PC/generrmap.c