summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-04-02 06:47:27 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-04-02 06:47:27 (GMT)
commitf41f8f99744230beb78efca71033a288107e3547 (patch)
tree62fa8623dbe384de9d98319409a697f66a744c13 /Misc
parenta7eaf56a6d1de20a7a36fde03b3512fa5f9f395d (diff)
downloadcpython-f41f8f99744230beb78efca71033a288107e3547.zip
cpython-f41f8f99744230beb78efca71033a288107e3547.tar.gz
cpython-f41f8f99744230beb78efca71033a288107e3547.tar.bz2
Issue #22977: Fixed formatting Windows error messages on Wine.
Patch by Martin Panter.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 58cdebd..fd38563 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Release date: tba
Core and Builtins
-----------------
+- Issue #22977: Fixed formatting Windows error messages on Wine.
+ Patch by Martin Panter.
+
- Issue #23803: Fixed str.partition() and str.rpartition() when a separator
is wider then partitioned string.