summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-10-22 19:43:59 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-10-22 19:43:59 (GMT)
commit7eecffd05dcef6666f3f75bd960d5087cb85d629 (patch)
treee611782a95c748524410c2062951118dfb5ec065 /Misc
parent61ec8de8097237e83a42bf6c732abf15c3fd7610 (diff)
downloadcpython-7eecffd05dcef6666f3f75bd960d5087cb85d629.zip
cpython-7eecffd05dcef6666f3f75bd960d5087cb85d629.tar.gz
cpython-7eecffd05dcef6666f3f75bd960d5087cb85d629.tar.bz2
Issue #9935: Speed up pickling of instances of user-defined classes.
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 9aa0708..e47c0f3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -43,6 +43,8 @@ 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