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 Cris.Simpson
Recipients Cris.Simpson, docs@python
Date 2011-08-11.02:47:54
SpamBayes Score 0.004963412
Marked as misclassified No
Message-id <1313030875.76.0.991462005584.issue12725@psf.upfronthosting.co.za>
In-reply-to
Content
In http://docs.python.org/library/socket.html, the description for socket.setdefaulttimeout(timeout) reads: 
    Set the default timeout in *floating seconds* for new socket objects.
[occurs two other times on that page]


"floating seconds" is a confusing construction. 

Suggestion: "float expressing seconds" as per socket.settimeout(value) or "seconds (float)".
History
Date User Action Args
2011-08-11 02:47:55Cris.Simpsonsetrecipients: + Cris.Simpson, docs@python
2011-08-11 02:47:55Cris.Simpsonsetmessageid: <1313030875.76.0.991462005584.issue12725@psf.upfronthosting.co.za>
2011-08-11 02:47:55Cris.Simpsonlinkissue12725 messages
2011-08-11 02:47:54Cris.Simpsoncreate