]> granicus.if.org Git - python/commitdiff
Issue #22977: Fixed formatting Windows error messages on Wine.
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 2 Apr 2015 06:50:06 +0000 (09:50 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 2 Apr 2015 06:50:06 +0000 (09:50 +0300)
Patch by Martin Panter.

1  2 
Misc/NEWS
Python/errors.c

diff --cc Misc/NEWS
index ddc960fbb92439ec57c483316ce131d409466637,fd3856393b903486e329f1ea6c29fc87b97a5306..92e6da7123841502f14687c55ea0ad41bfbdc560
+++ b/Misc/NEWS
@@@ -10,6 -10,17 +10,9 @@@ Release date: XX
  Core and Builtins
  -----------------
  
 -- Issue #23803: Fixed str.partition() and str.rpartition() when a separator
 -  is wider then partitioned string.
 -
 -- Issue #23192: Fixed generator lambdas.  Patch by Bruno Cauet.
 -
 -- Issue #23629: Fix the default __sizeof__ implementation for variable-sized
 -  objects.
 -
+ - Issue #22977: Fixed formatting Windows error messages on Wine.
+   Patch by Martin Panter.
  Library
  -------
  
diff --cc Python/errors.c
Simple merge