commit | 3aa59e327c76e7317a2776ead387fdb33aebe7e5 | [log] [tgz] |
---|---|---|
author | Charles-François Natali <neologix@free.fr> | Mon Jan 02 15:38:27 2012 +0100 |
committer | Charles-François Natali <neologix@free.fr> | Mon Jan 02 15:38:27 2012 +0100 |
tree | d8f4f3b08168e5015570d5beb56d457942685081 | |
parent | 8448dfa17d4c3bf9009bdb600640d7e550bad734 [diff] [blame] |
Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by Vilmos Nebehaj.
diff --git a/Misc/NEWS b/Misc/NEWS index 4f921a9..82551d2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -368,6 +368,9 @@ Extension Modules ----------------- +- Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by + Vilmos Nebehaj. + - Issue #13159: FileIO, BZ2File, and the built-in file class now use a linear-time buffer growth strategy instead of a quadratic one.