summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2017-06-17 03:01:09 (GMT)
committerNed Deily <nad@python.org>2017-06-17 03:01:09 (GMT)
commit0a794a3256b24ccf57b18ec9964f2367ac1f3d30 (patch)
treedeb2e19b7ebc40d1f3ed05ed2c8b870682430737 /Misc
parentb7c59f0d05bde0d4dd2d7bffc1b8af72c25d3f71 (diff)
downloadcpython-0a794a3256b24ccf57b18ec9964f2367ac1f3d30.zip
cpython-0a794a3256b24ccf57b18ec9964f2367ac1f3d30.tar.gz
cpython-0a794a3256b24ccf57b18ec9964f2367ac1f3d30.tar.bz2
bpo-30038: add Misc/NEWS entry.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7b5da07..c483e5f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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