summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-01-04 22:11:23 (GMT)
committerR David Murray <rdmurray@bitdance.com>2014-01-04 22:11:23 (GMT)
commitb231b2be070a143b349ad90b11151bd4297c396a (patch)
tree47d4f0336296d8839f56377e118a04ef7b8af236 /Misc
parent57fcf76d73441bd766e3644875472e6b19791e02 (diff)
downloadcpython-b231b2be070a143b349ad90b11151bd4297c396a.zip
cpython-b231b2be070a143b349ad90b11151bd4297c396a.tar.gz
cpython-b231b2be070a143b349ad90b11151bd4297c396a.tar.bz2
whatsnew: ppring string wrapping, string pickling optimization.
Also clarify some NEWS entries.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS10
1 files changed, 5 insertions, 5 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 841d420..2feda91 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2282,7 +2282,7 @@ Library
- Issue #15596: Faster pickling of unicode strings.
-- Issue #17572: Avoid chained exceptions while passing bad directives to
+- Issue #17572: Avoid chained exceptions when passing bad directives to
time.strptime(). Initial patch by Claudiu Popa.
- Issue #17435: threading.Timer's __init__ method no longer uses mutable
@@ -2291,7 +2291,7 @@ Library
- Issue #17526: fix an IndexError raised while passing code without filename to
inspect.findsource(). Initial patch by Tyler Doyle.
-- Issue #17540: Added style to formatter configuration by dict.
+- Issue #17540: Added style parameter to logging formatter configuration by dict.
- Issue #16692: The ssl module now supports TLS 1.1 and TLS 1.2. Initial
patch by Michele OrrĂ¹.
@@ -2312,10 +2312,10 @@ Library
- Issue #17521: Corrected non-enabling of logger following two calls to
fileConfig().
-- Issue #17508: Corrected MemoryHandler configuration in dictConfig() where
- the target handler wasn't configured first.
+- Issue #17508: Corrected logging MemoryHandler configuration in dictConfig()
+ where the target handler wasn't configured first.
-- Issue #17209: curses.window.get_wch() now handles correctly KeyboardInterrupt
+- Issue #17209: curses.window.get_wch() now correctly handles KeyboardInterrupt
(CTRL+c).
- Issue #5713: smtplib now handles 421 (closing connection) error codes when