From: Serhiy Storchaka Date: Sat, 12 Jan 2013 16:17:24 +0000 (+0200) Subject: Issue #16829: IDLE printing no longer fails if there are spaces or other X-Git-Tag: v3.4.0a1~1627 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=52f80a704172052f5eca8e84d93500427fc400f2;p=thirdparty%2FPython%2Fcpython.git Issue #16829: IDLE printing no longer fails if there are spaces or other special characters in the file path. --- 52f80a704172052f5eca8e84d93500427fc400f2 diff --cc Misc/NEWS index 1d085517df8b,1e4dea2f85c5..c2a6802002dc --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -217,13 -147,9 +217,16 @@@ Core and Builtin Library ------- + - Issue #16829: IDLE printing no longer fails if there are spaces or other + special characters in the file path. + +- Issue #15031: Refactor some .pyc management code to cut down on code + duplication. Thanks to Ronan Lamy for the report and taking an initial stab + at the problem. + +- Issue #16398: Optimize deque.rotate() so that it only moves pointers + and doesn't touch the underlying data with increfs and decrefs. + - Issue #16900: Issue a ResourceWarning when an ssl socket is left unclosed. - Issue #13899: \A, \Z, and \B now correctly match the A, Z, and B literals