| commit | ab7dd183f3e5671b20b9d6dae0bf2c22d4c8396b | [log] [tgz] |
|---|---|---|
| author | Petri Lehtinen <petri@digip.org> | Thu Dec 20 21:06:14 2012 +0200 |
| committer | Petri Lehtinen <petri@digip.org> | Thu Dec 20 21:09:56 2012 +0200 |
| tree | 87017bd7f78427d93295093bc52030999366e267 | |
| parent | 92014420d7a19c339a28e9e0115cd80417b3a843 [diff] [blame] |
#8853: Allow port to be of type long for socket.getaddrinfo()
diff --git a/Misc/NEWS b/Misc/NEWS index 268e438..babe838 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -160,6 +160,8 @@ Library ------- +- Issue #8853: Allow port to be of type long for socket.getaddrinfo(). + - Issue #16597: In buffered and text IO, call close() on the underlying stream if invoking flush() fails.