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 pitrou
Recipients benjamin.peterson, exarkun, gregory.p.smith, loewis, marcin.bachry, pitrou, python-dev, schmichael, spiv, tseaver, vstinner
Date 2011-05-02.15:14:12
SpamBayes Score 0.0042560576
Marked as misclassified No
Message-id <1304349229.3498.8.camel@localhost.localdomain>
In-reply-to <1304348397.15.0.0866431389897.issue8407@psf.upfronthosting.co.za>
Content
> Update signalfd patch.
> 
> ----------
> Added file: http://bugs.python.org/file21856/signalfd-2.patch

- In the tests, you don't need sys.exc_info(), just
"except XXXError as e".
- In the doc, you wrote "file description" instead of "file descriptor"
- In test_out_of_range_signal, you should use assertRaises
History
Date User Action Args
2011-05-02 15:14:13pitrousetrecipients: + pitrou, loewis, gregory.p.smith, spiv, exarkun, tseaver, vstinner, benjamin.peterson, marcin.bachry, schmichael, python-dev
2011-05-02 15:14:12pitroulinkissue8407 messages
2011-05-02 15:14:12pitroucreate