diff options
author | Christian Heimes <christian@cheimes.de> | 2013-06-19 00:06:29 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-06-19 00:06:29 (GMT) |
commit | d2774c7d097bdc1929cb071b74f7b85ddb6ed789 (patch) | |
tree | edd14d7d16569dff7226b7ba3707bc1f1c2bb715 /Misc | |
parent | f0400baba81579483b9763e95babd8a5e92e1ef1 (diff) | |
download | cpython-d2774c7d097bdc1929cb071b74f7b85ddb6ed789.zip cpython-d2774c7d097bdc1929cb071b74f7b85ddb6ed789.tar.gz cpython-d2774c7d097bdc1929cb071b74f7b85ddb6ed789.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
@@ -32,6 +32,8 @@ Core and Builtins Library ------- +- Issue #18259: Declare sethostname in socketmodule.c for AIX + - Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data when \r\n appears at end of 65535 bytes without other newlines. |