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 flox
Recipients amaury.forgeotdarc, barry, benjamin.peterson, brian.curtin, eric.araujo, esam, ezio.melotti, flox, pitrou, rhettinger
Date 2010-02-02.22:45:40
SpamBayes Score 0.00078235695
Marked as misclassified No
Message-id <1265150743.21.0.320888893377.issue7092@psf.upfronthosting.co.za>
In-reply-to
Content
Docstring added.

Notes:
 - there's 2 categories of -3 warnings: SyntaxWarning and DeprecationWarning.
 - AFAICT, the WarningsRecorder needs "catch_warnings(record=True)".
   And in such case, *all* warnings are silenced.
History
Date User Action Args
2010-02-02 22:45:43floxsetrecipients: + flox, barry, rhettinger, amaury.forgeotdarc, pitrou, benjamin.peterson, ezio.melotti, eric.araujo, brian.curtin, esam
2010-02-02 22:45:43floxsetmessageid: <1265150743.21.0.320888893377.issue7092@psf.upfronthosting.co.za>
2010-02-02 22:45:41floxlinkissue7092 messages
2010-02-02 22:45:41floxcreate