summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-06-19 00:07:20 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-06-19 00:07:20 (GMT)
commit71515510d87895955df4b21233ae4ec1e384614c (patch)
treea2c459c46a486f1604675fa9fde2ec0c06228e38 /Misc
parent360b89ca5e388298a9910b917b1add21a05b9a1b (diff)
parentd2774c7d097bdc1929cb071b74f7b85ddb6ed789 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index aa76923..734daf1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.