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 rosslagerwall
Recipients exarkun, giampaolo.rodola, jcea, neologix, rosslagerwall
Date 2011-11-09.13:39:11
SpamBayes Score 0.022948492
Marked as misclassified No
Message-id <1320845951.96.0.80821279018.issue6397@psf.upfronthosting.co.za>
In-reply-to
Content
+   increases this value, c:func:`devpoll` will return a possible
+   incomplete list of active file descriptors.

I think this should change to:

+   increases this value, c:func:`devpoll` will return a possibly
+   incomplete list of active file descriptors.

or even better:

+   increases this value, c:func:`devpoll` may return an
+   incomplete list of active file descriptors.

Cheers
History
Date User Action Args
2011-11-09 13:39:12rosslagerwallsetrecipients: + rosslagerwall, jcea, exarkun, giampaolo.rodola, neologix
2011-11-09 13:39:11rosslagerwallsetmessageid: <1320845951.96.0.80821279018.issue6397@psf.upfronthosting.co.za>
2011-11-09 13:39:11rosslagerwalllinkissue6397 messages
2011-11-09 13:39:11rosslagerwallcreate