diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-12-13 03:24:47 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-12-13 03:24:47 (GMT) |
commit | 57b667261ca9a3834ae68e0398b1d4cea3d61308 (patch) | |
tree | a59c21ca3201047543b867f33ca74dcde244d2d3 /Misc | |
parent | b92c40ef9b7ce7b12d88bbb6531fa6870444f704 (diff) | |
download | cpython-57b667261ca9a3834ae68e0398b1d4cea3d61308.zip cpython-57b667261ca9a3834ae68e0398b1d4cea3d61308.tar.gz cpython-57b667261ca9a3834ae68e0398b1d4cea3d61308.tar.bz2 |
expose TCP_FASTOPEN and MSG_FASTOPEN
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -163,6 +163,9 @@ Core and Builtins Library ------- +- Expose the TCP_FASTOPEN and MSG_FASTOPEN flags in socket when they're + available. + - Issue #15701: Add a .headers attribute to urllib.error.HTTPError. Patch contributed by Berker Peksag. |