diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-04-04 07:06:58 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-04-04 07:06:58 (GMT) |
commit | f8aa133cce70472ec7baa21c8b073891101dce15 (patch) | |
tree | c3b4b3327b0bccb120f5e802bc7f4ca03bf20dbd /Misc | |
parent | a110eb4331dd2d005de66c751472c9d87ce716e5 (diff) | |
parent | 2e229e025c5be101fbaaa5ace453fd78e5bffdd1 (diff) | |
download | cpython-f8aa133cce70472ec7baa21c8b073891101dce15.zip cpython-f8aa133cce70472ec7baa21c8b073891101dce15.tar.gz cpython-f8aa133cce70472ec7baa21c8b073891101dce15.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
@@ -703,6 +703,7 @@ Janne Karila Per Øyvind Karlsen Anton Kasyanov Lou Kates +Makoto Kato Hiroaki Kawai Brian Kearns Sebastien Keim @@ -19,6 +19,9 @@ Core and Builtins 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. |