cpython/Misc/NEWS.d/next
Serhiy Storchaka 5075416b8f bpo-30978: str.format_map() now passes key lookup exceptions through. (#2790)
Previously any exception was replaced with a KeyError exception.
2017-08-03 11:45:23 +03:00
..
Build bpo-30854: Fix compile error when --without-threads (#2581) 2017-07-05 10:39:17 +02:00
C API bpo-30832: Remove own implementation for thread-local storage (#2537) 2017-07-03 13:34:38 +02:00
Core and Builtins bpo-30978: str.format_map() now passes key lookup exceptions through. (#2790) 2017-08-03 11:45:23 +03:00
Documentation bpo-30803: clarify truth value testing documentation (#2508) 2017-07-29 15:18:13 -04:00
IDLE bpo-31083: IDLE: Describe the Page classes in configdialog (#2965) 2017-08-01 00:24:07 -04:00
Library bpo-31080: Allowed logging.config.fileConfig() to accept both args and kwargs. (GH-2979) 2017-08-02 21:44:28 +01:00
Security
Tests bpo-30822: Exclude tzdata from regrtest --all (#2775) 2017-07-20 15:46:32 +02:00
Tools-Demos
Windows [bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688) 2017-07-17 11:15:48 +02:00
macOS