summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-08-26 08:33:28 (GMT)
committerGeorg Brandl <georg@python.org>2005-08-26 08:33:28 (GMT)
commit32c2ed59f3b9a6912b4f16d989d0914422db0a48 (patch)
tree20c7cf26127c726c8b8683c9fd055f9a73d59477 /Misc/NEWS
parent66e75ac6e092fd1b5b9a7e9378928c9ec0829f32 (diff)
downloadcpython-32c2ed59f3b9a6912b4f16d989d0914422db0a48.zip
cpython-32c2ed59f3b9a6912b4f16d989d0914422db0a48.tar.gz
cpython-32c2ed59f3b9a6912b4f16d989d0914422db0a48.tar.bz2
backport patch [ 756021 ] Allow socket.inet_aton("255.255.255.255") on Windows
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a5b0a81..2af4cc4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -55,6 +55,9 @@ Core and builtins
Extension Modules
-----------------
+- Patch #756021: Special-case socket.inet_aton('255.255.255.255') for
+ platforms that don't have inet_aton().
+
- Bug #1215928: Fix bz2.BZ2File.seek() for 64-bit file offsets.
- Bug #1191043: Fix bz2.BZ2File.(x)readlines() for files containing one line