cpython/Misc/NEWS.d/next
Serhiy Storchaka cafe1b6e9d
bpo-40824: Do not mask errors in __iter__ in "in" and the operator module. (GH-20537)
Unexpected errors in calling the __iter__ method are no longer
masked by TypeError in the "in" operator and functions
operator.contains(), operator.indexOf() and operator.countOf().
2020-06-22 10:43:35 +03:00
..
Build bpo-36020: Require vsnprintf() to build Python (GH-20899) 2020-06-16 00:54:44 +02:00
C API bpo-40943: PY_SSIZE_T_CLEAN required for '#' formats (GH-20784) 2020-06-19 11:45:31 +02:00
Core and Builtins bpo-40824: Do not mask errors in __iter__ in "in" and the operator module. (GH-20537) 2020-06-22 10:43:35 +03:00
Documentation bpo-40552 Add 'users' variable in code sample (tutorial 4.2). (GH-19992) 2020-05-22 21:29:34 -03:00
IDLE bpo-39885: Make IDLE context menu cut and copy work again (GH-18951) 2020-05-29 18:54:14 -04:00
Library bpo-41056: Fix a possible MemoryError leak within zoneinfo. (GH-21007) 2020-06-22 00:39:28 -07:00
Security Consolidate 3.9.0b1 NEWS in the master branch 2020-05-19 13:33:08 +02:00
Tests bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944) 2020-06-18 14:53:19 +02:00
Tools-Demos Consolidate 3.9.0b1 NEWS in the master branch 2020-05-19 13:33:08 +02:00
Windows bpo-37556 Extend help to include latest overrides (GH-14701) 2020-06-12 16:19:34 -07:00
macOS bpo-40741: Update macOS installer to use SQLite 3.32.2. (GH-20705) 2020-06-07 22:24:33 -04:00