bpo-30038: add Misc/NEWS entry.

This commit is contained in:
Ned Deily 2017-06-16 23:01:09 -04:00
parent b7c59f0d05
commit 0a794a3256

View file

@ -57,6 +57,9 @@ Core and Builtins
Library
-------
- bpo-30038: Fix race condition between signal delivery and wakeup file
descriptor. Patch by Nathaniel Smith.
- bpo-23894: lib2to3 now recognizes ``rb'...'`` and ``f'...'`` strings.
- bpo-23890: unittest.TestCase.assertRaises() now manually breaks a reference