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 catlee
Recipients catlee
Date 2008-03-03.19:15:04
SpamBayes Score 0.036153574
Marked as misclassified No
Message-id <1204571709.66.0.797996976518.issue2225@psf.upfronthosting.co.za>
In-reply-to
Content
When using the py_compile module from the command line, and a
SyntaxError is encountered, python still exits with a 0 return code. 
This usually indicates that the process completely successfully.

Could py_compile.main() be modified to return a non-zero return code if
an exception was raised?
History
Date User Action Args
2008-03-03 19:15:09catleesetspambayes_score: 0.0361536 -> 0.036153574
recipients: + catlee
2008-03-03 19:15:09catleesetspambayes_score: 0.0361536 -> 0.0361536
messageid: <1204571709.66.0.797996976518.issue2225@psf.upfronthosting.co.za>
2008-03-03 19:15:05catleelinkissue2225 messages
2008-03-03 19:15:04catleecreate