This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients belopolsky, loewis, pitrou, python-dev, tim.peters, vstinner
Date 2015-03-28.00:29:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150328002916.55370.93746@psf.io>
In-reply-to
Content
New changeset f841d3bc30ee by Victor Stinner in branch 'default':
Issue #23618, #22117: refactor socketmodule.c
https://hg.python.org/cpython/rev/f841d3bc30ee

New changeset ae551abe398d by Victor Stinner in branch 'default':
Issue #22117: Write unit tests for _PyTime_AsTimeval()
https://hg.python.org/cpython/rev/ae551abe398d

New changeset c0c7d258c1ed by Victor Stinner in branch 'default':
Issue #22117: The socket module uses _PyTime_t timestamp for timeouts
https://hg.python.org/cpython/rev/c0c7d258c1ed
History
Date User Action Args
2015-03-28 00:29:19python-devsetrecipients: + python-dev, tim.peters, loewis, belopolsky, pitrou, vstinner
2015-03-28 00:29:19python-devlinkissue22117 messages
2015-03-28 00:29:19python-devcreate