diff options
author | Georg Brandl <georg@python.org> | 2005-08-26 08:33:28 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-08-26 08:33:28 (GMT) |
commit | 32c2ed59f3b9a6912b4f16d989d0914422db0a48 (patch) | |
tree | 20c7cf26127c726c8b8683c9fd055f9a73d59477 /Misc/NEWS | |
parent | 66e75ac6e092fd1b5b9a7e9378928c9ec0829f32 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |