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 ezio.melotti
Recipients docs@python, eric.araujo, ezio.melotti, georg.brandl, hynek
Date 2012-05-14.09:56:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336989405.71.0.627898627518.issue14804@psf.upfronthosting.co.za>
In-reply-to
Content
The patch looks good to me, however in

-.. method:: epoll.poll([timeout=-1[, maxevents=-1]])
+.. method:: epoll.poll(timeout=-1, maxevents=-1)

it seems that maxevents can be passed only if timeout is specified, and this information is now lost in the signature.  If this is indeed true, it should be written down in the doc.
History
Date User Action Args
2012-05-14 09:56:45ezio.melottisetrecipients: + ezio.melotti, georg.brandl, eric.araujo, docs@python, hynek
2012-05-14 09:56:45ezio.melottisetmessageid: <1336989405.71.0.627898627518.issue14804@psf.upfronthosting.co.za>
2012-05-14 09:56:45ezio.melottilinkissue14804 messages
2012-05-14 09:56:45ezio.melotticreate