diff options
author | R David Murray <rdmurray@bitdance.com> | 2014-01-04 22:11:23 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2014-01-04 22:11:23 (GMT) |
commit | b231b2be070a143b349ad90b11151bd4297c396a (patch) | |
tree | 47d4f0336296d8839f56377e118a04ef7b8af236 /Misc | |
parent | 57fcf76d73441bd766e3644875472e6b19791e02 (diff) | |
download | cpython-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/NEWS | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |