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 takluyver
Recipients ezio.melotti, takluyver
Date 2014-04-24.01:14:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398302062.79.0.34919268087.issue21338@psf.upfronthosting.co.za>
In-reply-to
Content
Patch attached.

This works by making the -q flag countable, so you pass -qq to suppress all output. In the Python API, the quiet parameter has become an integer, so passing 2 is equivalent to -qq. This should be fully backwards compatible with passing True and False, which are equivalent to 1 and 0.
History
Date User Action Args
2014-04-24 01:14:22takluyversetrecipients: + takluyver, ezio.melotti
2014-04-24 01:14:22takluyversetmessageid: <1398302062.79.0.34919268087.issue21338@psf.upfronthosting.co.za>
2014-04-24 01:14:22takluyverlinkissue21338 messages
2014-04-24 01:14:22takluyvercreate