[Python-checkins] [python/cpython] 1e2147: bpo-29728: Provide socket.TCP_NOTSENT_LOWAT (#477)

GitHub noreply at github.com
Wed Mar 22 23:56:57 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 1e2147b9d75a64df370a9393c2b5b9d170dc0afd
      https://github.com/python/cpython/commit/1e2147b9d75a64df370a9393c2b5b9d170dc0afd
  Author: Nathaniel J. Smith <njs at pobox.com>
  Date:   2017-03-22 (Wed, 22 Mar 2017)

  Changed paths:
    M Doc/library/socket.rst
    M Misc/NEWS
    M Modules/socketmodule.c

  Log Message:
  -----------
  bpo-29728: Provide socket.TCP_NOTSENT_LOWAT (#477)

* Provide socket.TCP_NOTSENT_LOWAT
* New TCP option available on recent MacOS and Linux.
* Document addition of TCP_NOTSENT_LOWAT




More information about the Python-checkins mailing list