diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-04-23 22:54:59 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-04-23 22:54:59 (GMT) |
commit | dfb299bb95040d5e96690afd93f7212e81b70722 (patch) | |
tree | 571b7ade596761f9cd9278aa09d8dc3963a4bc5d /Misc/NEWS | |
parent | 1273566cb75e188af7cc38c08df21ba9e07260f4 (diff) | |
download | cpython-dfb299bb95040d5e96690afd93f7212e81b70722.zip cpython-dfb299bb95040d5e96690afd93f7212e81b70722.tar.gz cpython-dfb299bb95040d5e96690afd93f7212e81b70722.tar.bz2 |
Issue #7943: Fix circular reference created when instantiating an SSL
socket. Initial patch by Péter Szabó.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -25,6 +25,9 @@ Core and Builtins Library ------- +- Issue #7943: Fix circular reference created when instantiating an SSL + socket. Initial patch by Péter Szabó. + - Issue #8451: Syslog module now uses basename(sys.argv[0]) instead of the string "python" as the *ident*. openlog() arguments are all optional and keywords. |