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 serhiy.storchaka
Recipients asvetlov, gregory.p.smith, pitrou, serhiy.storchaka
Date 2012-12-09.16:58:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355072312.72.0.352082830587.issue16650@psf.upfronthosting.co.za>
In-reply-to
Content
I'm just asking if this is a bug. If using building exceptions is safe, then we can get rid of _os_error and _ECHILD in 3.3+, using OSError and ChildProcessError instead.
History
Date User Action Args
2012-12-09 16:58:32serhiy.storchakasetrecipients: + serhiy.storchaka, gregory.p.smith, pitrou, asvetlov
2012-12-09 16:58:32serhiy.storchakasetmessageid: <1355072312.72.0.352082830587.issue16650@psf.upfronthosting.co.za>
2012-12-09 16:58:32serhiy.storchakalinkissue16650 messages
2012-12-09 16:58:32serhiy.storchakacreate