diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-10-22 19:43:59 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-10-22 19:43:59 (GMT) |
commit | 7eecffd05dcef6666f3f75bd960d5087cb85d629 (patch) | |
tree | e611782a95c748524410c2062951118dfb5ec065 /Misc | |
parent | 61ec8de8097237e83a42bf6c732abf15c3fd7610 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |