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 r.david.murray
Recipients docs@python, r.david.murray, thread13
Date 2012-05-16.01:02:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337130167.18.0.798121208604.issue14823@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the suggestion and the patch.

The 'true' isn't inherited from java.  The actual value can be either an integer or True/False.  (If it were a function written in Python it would be any value that evaluates as true, but because it is written in C it is actually restricted to an integer...this is a bit of a wart, actually).

In the Python3 docs it is indeed documented as 'blocking=True'.  The Python2 docs use an older signature style that we didn't bother to fix up.
History
Date User Action Args
2012-05-16 01:02:47r.david.murraysetrecipients: + r.david.murray, docs@python, thread13
2012-05-16 01:02:47r.david.murraysetmessageid: <1337130167.18.0.798121208604.issue14823@psf.upfronthosting.co.za>
2012-05-16 01:02:46r.david.murraylinkissue14823 messages
2012-05-16 01:02:46r.david.murraycreate