summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2012-03-14 20:44:02 (GMT)
committerAndrew Svetlov <andrew.svetlov@gmail.com>2012-03-14 20:44:02 (GMT)
commitb53da6e374619428e74ae23d5a6e1f22a0de1401 (patch)
tree0ce40a3009dec13665105a316e94e5fdeba7f31e /Misc
parent05bab93339308d330d6bd718575212ae2b3dc46d (diff)
parentebff09793775a0310f9f16fed194127fb62ccdcc (diff)
downloadcpython-b53da6e374619428e74ae23d5a6e1f22a0de1401.zip
cpython-b53da6e374619428e74ae23d5a6e1f22a0de1401.tar.gz
cpython-b53da6e374619428e74ae23d5a6e1f22a0de1401.tar.bz2
Merge from tip
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2e4f15d..8dace0c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -26,6 +26,16 @@ Library
- Issue #14200: Idle shell crash on printing non-BMP unicode character.
+- Issue #12818: format address no longer needlessly \ escapes ()s in names when
+ the name ends up being quoted.
+
+- Issue #14062: BytesGenerator now correctly folds Header objects,
+ including using linesep when folding.
+
+- Issue #13839: When invoked on the command-line, the pstats module now
+ accepts several filenames of profile stat files and merges them all.
+ Patch by Matt Joiner.
+
- Issue #14291: Email now defaults to utf-8 for non-ASCII unicode headers
instead of raising an error. This fixes a regression relative to 2.7.