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 matrixise, steve.dower, vstinner
Date 2018-10-10.08:51:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539161466.84.0.788709270274.issue34945@psf.upfronthosting.co.za>
In-reply-to
Content
More generally, previously it was possible to add print("HERE") in tests. I use that often do debug tests. Now, the output is hidden, I don't understand the rationale for hiding the output.
History
Date User Action Args
2018-10-10 08:51:06vstinnersetrecipients: + vstinner, steve.dower, matrixise
2018-10-10 08:51:06vstinnersetmessageid: <1539161466.84.0.788709270274.issue34945@psf.upfronthosting.co.za>
2018-10-10 08:51:06vstinnerlinkissue34945 messages
2018-10-10 08:51:06vstinnercreate