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 xwild
Recipients xwild
Date 2014-01-16.08:23:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389860605.32.0.0951203390882.issue20277@psf.upfronthosting.co.za>
In-reply-to
Content
Why the python sets the "__debug__" builtin = True by default?
It causes that people never use the "assert" construction 
by their programms in a regular way.

it's too hard to explain everyone that "-O" is required by a script.
It's very usefull instruction and actually it's blocked by default.
History
Date User Action Args
2014-01-16 08:23:25xwildsetrecipients: + xwild
2014-01-16 08:23:25xwildsetmessageid: <1389860605.32.0.0951203390882.issue20277@psf.upfronthosting.co.za>
2014-01-16 08:23:25xwildlinkissue20277 messages
2014-01-16 08:23:24xwildcreate