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.

作者 pitrou
收信人 benjamin.peterson, exarkun, gregory.p.smith, loewis, marcin.bachry, pitrou, python-dev, schmichael, spiv, tseaver, vstinner
日期 2011-05-02.15:14:12
SpamBayes Score 0.0042560576
Marked as misclassified
Message-id <1304349229.3498.8.camel@localhost.localdomain>
In-reply-to <1304348397.15.0.0866431389897.issue8407@psf.upfronthosting.co.za>
内容
> 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
历史
日期 用户 动作 参数
2011-05-02 15:14:13pitrou修改recipients: + pitrou, loewis, gregory.p.smith, spiv, exarkun, tseaver, vstinner, benjamin.peterson, marcin.bachry, schmichael, python-dev
2011-05-02 15:14:12pitrou链接issue8407 messages
2011-05-02 15:14:12pitrou创建