commit | 37943b07fe6a76a4cda189b9772d57dab7839311 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sat Apr 04 10:05:35 2015 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sat Apr 04 10:05:35 2015 +0300 |
tree | 14acb159739db59abf42d252f088ca4522ae847c | |
parent | fb0517ca5c588a235255c2719674d0acae6b8504 [diff] [blame] |
Issue #23338: Fixed formatting ctypes error messages on Cygwin. Patch by Makoto Kato.
diff --git a/Misc/NEWS b/Misc/NEWS index 514c2da..783bf88 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -21,6 +21,9 @@ 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.