diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-10-22 21:41:05 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-10-22 21:41:05 (GMT) |
commit | ff150f2921e554f61ac5452757bd39d881bf1a5f (patch) | |
tree | 5c8d47f4d426cd3c1f5975ce2aa4aa181b878e9b /Misc/NEWS | |
parent | 45f9cf96cd061b67c0dd316261971aeed767af66 (diff) | |
download | cpython-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/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |