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 abarry
Recipients abarry, matrixise, vstinner, xcombelle
Date 2016-08-03.17:17:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470244654.48.0.149249008887.issue25571@psf.upfronthosting.co.za>
In-reply-to
Content
Left some comments on Rietveld; mostly documentation-related (and pointed out some typos).

I'm also +1 on having to specify a True value rather than just defining the variable at all (i.e. setting __ltrace__ to False is the same as not defining it). If you change this, I'd probably force the value to be an actual bool, i.e. True or False (much like __debug__; except that it's read-only and a syntax error to assign to it).
History
Date User Action Args
2016-08-03 17:17:34abarrysetrecipients: + abarry, vstinner, matrixise, xcombelle
2016-08-03 17:17:34abarrysetmessageid: <1470244654.48.0.149249008887.issue25571@psf.upfronthosting.co.za>
2016-08-03 17:17:34abarrylinkissue25571 messages
2016-08-03 17:17:34abarrycreate