From: Serhiy Storchaka Date: Thu, 2 Apr 2015 06:50:06 +0000 (+0300) Subject: Issue #22977: Fixed formatting Windows error messages on Wine. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1399a01b903a6cdf2ecd9d8e479197d94b8b721c;p=python Issue #22977: Fixed formatting Windows error messages on Wine. Patch by Martin Panter. --- 1399a01b903a6cdf2ecd9d8e479197d94b8b721c diff --cc Misc/NEWS index ddc960fbb9,fd3856393b..92e6da7123 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -10,6 -10,17 +10,9 @@@ Release date: XX 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. - -- Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet. - -- Issue #23629: Fix the default __sizeof__ implementation for variable-sized - objects. - Library -------