summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRichard Oudkerk <shibturn@gmail.com>2014-03-23 11:54:15 (GMT)
committerRichard Oudkerk <shibturn@gmail.com>2014-03-23 11:54:15 (GMT)
commita40675a1a232479bbc2cb9437db265416eeb5b2d (patch)
tree298062361b79c40489fbf9a20e2d3398ead87a1e /Misc
parent75c5ab49edff23dacd1410062480c031afc80c9d (diff)
downloadcpython-a40675a1a232479bbc2cb9437db265416eeb5b2d.zip
cpython-a40675a1a232479bbc2cb9437db265416eeb5b2d.tar.gz
cpython-a40675a1a232479bbc2cb9437db265416eeb5b2d.tar.bz2
Issue #20990: Fix issues found by pyflakes for multiprocessing.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6b527ea..2f9afb9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,8 @@ Core and Builtins
Library
-------
+- Issue #20990: Fix issues found by pyflakes for multiprocessing.
+
- Issue #21015: SSL contexts will now automatically select an elliptic
curve for ECDH key exchange on OpenSSL 1.0.2 and later, and otherwise
default to "prime256v1".