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 Al.Sweigart, berker.peksag, jaysinh.shukla, serhiy.storchaka, vstinner
Date 2018-06-14.07:35:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528961704.28.0.947875510639.issue19102@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset dfa9643d292dcaa14cbf3c44b8330ba2159976c0 by Victor Stinner (Jaysinh Shukla) in branch 'master':
bpo-19382: Adding test cases for module tabnanny (GH-851)
https://github.com/python/cpython/commit/dfa9643d292dcaa14cbf3c44b8330ba2159976c0

--

@Jaysinh Shukla: I looked at Berker's old patch, and I think that it would be interesting to modify tabnanny to return with a non-zero exit code in case of failure. Maybe replace "return" with "sys.exit(1)" after errprint() calls.
History
Date User Action Args
2018-06-14 07:35:04vstinnersetrecipients: + vstinner, berker.peksag, Al.Sweigart, serhiy.storchaka, jaysinh.shukla
2018-06-14 07:35:04vstinnersetmessageid: <1528961704.28.0.947875510639.issue19102@psf.upfronthosting.co.za>
2018-06-14 07:35:04vstinnerlinkissue19102 messages
2018-06-14 07:35:04vstinnercreate