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 r.david.murray
Recipients ezio.melotti, michael.foord, pitrou, r.david.murray, serhiy.storchaka, skrah
Date 2013-01-26.14:48:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359211694.28.0.74887301352.issue17041@psf.upfronthosting.co.za>
In-reply-to
Content
Once upon a time (two years ago?) we fixed the tests so that they ran successfully (skipped when appropriate) with -OO set, which omits docstrings.  We were checking for the optimization level (sys.flags.optimize) then.  It seems like it would make more sense to combine both checks into one decorator.
History
Date User Action Args
2013-01-26 14:48:14r.david.murraysetrecipients: + r.david.murray, pitrou, ezio.melotti, michael.foord, skrah, serhiy.storchaka
2013-01-26 14:48:14r.david.murraysetmessageid: <1359211694.28.0.74887301352.issue17041@psf.upfronthosting.co.za>
2013-01-26 14:48:14r.david.murraylinkissue17041 messages
2013-01-26 14:48:14r.david.murraycreate