summaryrefslogtreecommitdiff
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-04-04 10:05:48 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2015-04-04 10:05:48 +0300
commit2e229e025c5be101fbaaa5ace453fd78e5bffdd1 (patch)
tree3d27e7ce920be5dd85f11e7f2a886f66aaded2ff /Misc/NEWS
parent9fa84b202e56ac9b240d34562efa458a05cbe3dc (diff)
downloadcpython-git-2e229e025c5be101fbaaa5ace453fd78e5bffdd1.tar.gz
Issue #23338: Fixed formatting ctypes error messages on Cygwin.
Patch by Makoto Kato.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6730e9faa7..b6e78894f3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -24,6 +24,9 @@ Core and Builtins
Library
-------
+- Issue #23338: Fixed formatting ctypes error messages on Cygwin.
+ Patch by Makoto Kato.
+
- Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and
arbitrary precision integers added in Tcl 8.5.