diff options
author | Richard Oudkerk <shibturn@gmail.com> | 2012-10-09 12:28:10 (GMT) |
---|---|---|
committer | Richard Oudkerk <shibturn@gmail.com> | 2012-10-09 12:28:10 (GMT) |
commit | ea69bd3ce14a776be0a64e32d45a3ee60d91210a (patch) | |
tree | 925775eb61f3a4695a4ca93399521a1f227bf2bb /Misc | |
parent | 38714d64d0125dea543dcb63e3152d2f0836e558 (diff) | |
download | cpython-ea69bd3ce14a776be0a64e32d45a3ee60d91210a.zip cpython-ea69bd3ce14a776be0a64e32d45a3ee60d91210a.tar.gz cpython-ea69bd3ce14a776be0a64e32d45a3ee60d91210a.tar.bz2 |
Issue #16169: Fix ctypes.WinError()'s confusion between errno and winerror
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -37,6 +37,8 @@ Core and Builtins Library ------- +- Issue #16169: Fix ctypes.WinError()'s confusion between errno and winerror. + - Issue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element element_factory (fixes a regression in SimpleTAL). |