diff options
author | Charles-François Natali <neologix@free.fr> | 2012-01-02 14:38:27 (GMT) |
---|---|---|
committer | Charles-François Natali <neologix@free.fr> | 2012-01-02 14:38:27 (GMT) |
commit | 3aa59e327c76e7317a2776ead387fdb33aebe7e5 (patch) | |
tree | d8f4f3b08168e5015570d5beb56d457942685081 /Misc | |
parent | 8448dfa17d4c3bf9009bdb600640d7e550bad734 (diff) | |
download | cpython-3aa59e327c76e7317a2776ead387fdb33aebe7e5.zip cpython-3aa59e327c76e7317a2776ead387fdb33aebe7e5.tar.gz cpython-3aa59e327c76e7317a2776ead387fdb33aebe7e5.tar.bz2 |
Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by
Vilmos Nebehaj.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -590,6 +590,7 @@ John Nagle Takahiro Nakayama Travers Naran Charles-François Natali +Vilmos Nebehaj Fredrik Nehr Trent Nelson Tony Nelson @@ -368,6 +368,9 @@ Library 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. |