summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 47bfdab..98d508a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -341,6 +341,9 @@ Extension Modules
Library
-------
+- bpo-30414: multiprocessing.Queue._feed background running
+ thread do not break from main loop on exception.
+
- bpo-30003: Fix handling escape characters in HZ codec. Based on patch
by Ma Lin.