summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-10-22 21:41:05 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-10-22 21:41:05 (GMT)
commitff150f2921e554f61ac5452757bd39d881bf1a5f (patch)
tree5c8d47f4d426cd3c1f5975ce2aa4aa181b878e9b /Misc
parent45f9cf96cd061b67c0dd316261971aeed767af66 (diff)
downloadcpython-ff150f2921e554f61ac5452757bd39d881bf1a5f.zip
cpython-ff150f2921e554f61ac5452757bd39d881bf1a5f.tar.gz
cpython-ff150f2921e554f61ac5452757bd39d881bf1a5f.tar.bz2
Revert r85797 (and r85798): it broke the Windows buildbots because of
test_multiprocessing's misbehaviour.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e47c0f3..9aa0708 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -43,8 +43,6 @@ Core and Builtins
Library
-------
-- Issue #9935: Speed up pickling of instances of user-defined classes.
-
- Issue #5639: Add a *server_hostname* argument to ``SSLContext.wrap_socket``
in order to support the TLS SNI extension. ``HTTPSConnection`` and
``urlopen()`` also use this argument, so that HTTPS virtual hosts are now