On Thu, 13 Dec 2012 04:24:54 +0100 (CET)
benjamin.peterson <python-check...@python.org> wrote:
> http://hg.python.org/cpython/rev/5435a9278028
> changeset:   80834:5435a9278028
> user:        Benjamin Peterson <benja...@python.org>
> date:        Wed Dec 12 22:24:47 2012 -0500
> summary:
>   expose TCP_FASTOPEN and MSG_FASTOPEN
> 
> files:
>   Misc/NEWS              |  3 +++
>   Modules/socketmodule.c |  7 ++++++-
>   2 files changed, 9 insertions(+), 1 deletions(-)
> 
> 
> diff --git a/Misc/NEWS b/Misc/NEWS
> --- a/Misc/NEWS
> +++ b/Misc/NEWS
> @@ -163,6 +163,9 @@
>  Library
>  -------
>  
> +- Expose the TCP_FASTOPEN and MSG_FASTOPEN flags in socket when they're
> +  available.

This should be documented, no?

Regards

Antoine.


_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to