diff options
author | Ned Deily <nad@python.org> | 2017-06-17 03:01:09 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2017-06-17 03:01:09 (GMT) |
commit | 0a794a3256b24ccf57b18ec9964f2367ac1f3d30 (patch) | |
tree | deb2e19b7ebc40d1f3ed05ed2c8b870682430737 /Misc | |
parent | b7c59f0d05bde0d4dd2d7bffc1b8af72c25d3f71 (diff) | |
download | cpython-0a794a3256b24ccf57b18ec9964f2367ac1f3d30.zip cpython-0a794a3256b24ccf57b18ec9964f2367ac1f3d30.tar.gz cpython-0a794a3256b24ccf57b18ec9964f2367ac1f3d30.tar.bz2 |
bpo-30038: add Misc/NEWS entry.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |