| commit | a762285831d1591d5c621394f8f6be45688ba33d | [log] [tgz] |
|---|---|---|
| author | Antoine Pitrou <solipsis@pitrou.net> | Thu Sep 01 21:37:43 2011 +0200 |
| committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Sep 01 21:37:43 2011 +0200 |
| tree | 5e24a13489617c5f68dede866921bcc92b46e4d1 | |
| parent | 222b20844f28f37dbe5431eb293ef2b35df71ae7 [diff] [blame] |
Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is now mapped to POSIX errno ENOTDIR (previously EINVAL).
diff --git a/Misc/NEWS b/Misc/NEWS index 4df888f..b17c58f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Core and Builtins ----------------- +- Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is now + mapped to POSIX errno ENOTDIR (previously EINVAL). + - Accept bytes for the AST string type. This is temporary until a proper fix in 3.3.