diff options
author | Richard Oudkerk <shibturn@gmail.com> | 2014-03-23 11:54:15 (GMT) |
---|---|---|
committer | Richard Oudkerk <shibturn@gmail.com> | 2014-03-23 11:54:15 (GMT) |
commit | a40675a1a232479bbc2cb9437db265416eeb5b2d (patch) | |
tree | 298062361b79c40489fbf9a20e2d3398ead87a1e /Misc | |
parent | 75c5ab49edff23dacd1410062480c031afc80c9d (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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". |