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 vstinner
Recipients ncoghlan, pitrou, vstinner
Date 2011-05-05.20:56:05
SpamBayes Score 0.019034974
Marked as misclassified No
Message-id <1304628966.44.0.879061821939.issue12011@psf.upfronthosting.co.za>
In-reply-to
Content
I asked if I should use RuntimeError or OSError for the new signal functions (#8407) on python-dev. Georg Brandl answered:

"If it has an errno, it should be a subclass of EnvironmentError."
History
Date User Action Args
2011-05-05 20:56:06vstinnersetrecipients: + vstinner, ncoghlan, pitrou
2011-05-05 20:56:06vstinnersetmessageid: <1304628966.44.0.879061821939.issue12011@psf.upfronthosting.co.za>
2011-05-05 20:56:05vstinnerlinkissue12011 messages
2011-05-05 20:56:05vstinnercreate