summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS4
2 files changed, 5 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 272cb66..c607d52 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -785,3 +785,4 @@ Siebren van der Zee
Uwe Zessin
Tarek ZiadŽ
Peter Åstrand
+Jesse Noller
diff --git a/Misc/NEWS b/Misc/NEWS
index 5f8eda5..684ba7f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -139,6 +139,10 @@ Core and Builtins
Library
-------
+- Fix and properly document the multiprocessing module's logging
+ support, expose the internal levels and provide proper usage
+ examples.
+
- Issue #1672332: fix unpickling of subnormal floats, which was
producing a ValueError on some platforms.