diff options
author | Christian Heimes <christian@cheimes.de> | 2013-06-19 00:07:20 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-06-19 00:07:20 (GMT) |
commit | 71515510d87895955df4b21233ae4ec1e384614c (patch) | |
tree | a2c459c46a486f1604675fa9fde2ec0c06228e38 /Misc | |
parent | 360b89ca5e388298a9910b917b1add21a05b9a1b (diff) | |
parent | d2774c7d097bdc1929cb071b74f7b85ddb6ed789 (diff) | |
download | cpython-71515510d87895955df4b21233ae4ec1e384614c.zip cpython-71515510d87895955df4b21233ae4ec1e384614c.tar.gz cpython-71515510d87895955df4b21233ae4ec1e384614c.tar.bz2 |
Issue #18259: Declare sethostname in socketmodule.c for AIX
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -123,6 +123,8 @@ Core and Builtins Library ------- +- Issue #18259: Declare sethostname in socketmodule.c for AIX + - Issue #18147: Add diagnostic functions to ssl.SSLContext(). get_ca_list() lists all loaded CA certificates and cert_store_stats() returns amount of loaded X.509 certs, X.509 CA certs and CRLs. |