diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-04-04 07:05:48 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-04-04 07:05:48 (GMT) |
commit | 2e229e025c5be101fbaaa5ace453fd78e5bffdd1 (patch) | |
tree | 3d27e7ce920be5dd85f11e7f2a886f66aaded2ff /Misc | |
parent | 9fa84b202e56ac9b240d34562efa458a05cbe3dc (diff) | |
download | cpython-2e229e025c5be101fbaaa5ace453fd78e5bffdd1.zip cpython-2e229e025c5be101fbaaa5ace453fd78e5bffdd1.tar.gz cpython-2e229e025c5be101fbaaa5ace453fd78e5bffdd1.tar.bz2 |
Issue #23338: Fixed formatting ctypes error messages on Cygwin.
Patch by Makoto Kato.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -692,6 +692,7 @@ Janne Karila Per Øyvind Karlsen Anton Kasyanov Lou Kates +Makoto Kato Hiroaki Kawai Sebastien Keim Ryan Kelly @@ -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. |