From: Serhiy Storchaka Date: Sat, 4 Apr 2015 07:06:58 +0000 (+0300) Subject: Issue #23338: Fixed formatting ctypes error messages on Cygwin. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f8aa133cce70472ec7baa21c8b073891101dce15;p=python Issue #23338: Fixed formatting ctypes error messages on Cygwin. Patch by Makoto Kato. --- f8aa133cce70472ec7baa21c8b073891101dce15 diff --cc Misc/ACKS index 3637ab406f,66d340de16..6e24cc90c5 --- a/Misc/ACKS +++ b/Misc/ACKS @@@ -703,8 -692,8 +703,9 @@@ Janne Karil Per Øyvind Karlsen Anton Kasyanov Lou Kates + Makoto Kato Hiroaki Kawai +Brian Kearns Sebastien Keim Ryan Kelly Dan Kenigsberg diff --cc Misc/NEWS index 8e6ad31132,b6e78894f3..a15600b92d --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -19,10 -24,9 +19,13 @@@ Core and Builtin Library ------- + - Issue #23338: Fixed formatting ctypes error messages on Cygwin. + Patch by Makoto Kato. + +- Issue #15582: inspect.getdoc() now follows inheritance chains. + +- Issue #2175: SAX parsers now support a character stream of InputSource object. + - Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and arbitrary precision integers added in Tcl 8.5.