[issue29728] Expose TCP_NOTSENT_LOWAT

2017-03-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 1e2147b9d75a64df370a9393c2b5b9d170dc0afd by Mariatta (Nathaniel J. Smith) in branch 'master': bpo-29728: Provide socket.TCP_NOTSENT_LOWAT (#477) https://github.com/python/cpython/commit/1e2147b9d75a64df370a9393c2b5b9d170dc0afd -- _

[issue29728] Expose TCP_NOTSENT_LOWAT

2017-03-22 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks, Nathaniel. I merged your patch :) -- nosy: +Mariatta resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker __

[issue29728] Expose TCP_NOTSENT_LOWAT

2017-03-05 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: -> patch review versions: +Python 3.7 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue29728] Expose TCP_NOTSENT_LOWAT

2017-03-05 Thread Nathaniel Smith
Changes by Nathaniel Smith : -- pull_requests: +396 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue29728] Expose TCP_NOTSENT_LOWAT

2017-03-05 Thread Nathaniel Smith
New submission from Nathaniel Smith: https://github.com/python/cpython/pull/477 -- components: Library (Lib) messages: 289041 nosy: njs priority: normal severity: normal status: open title: Expose TCP_NOTSENT_LOWAT ___ Python tracker