[issue9438] Clarify __debug__ restrictions

2010-08-02 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r83552. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue9438] Clarify __debug__ restrictions

2010-07-31 Thread Barry A. Warsaw
New submission from Barry A. Warsaw : On http://docs.python.org/library/constants.html?highlight=__debug__#__debug__ * Be more explicit that assigments to None and __debug__ are illegal even when used as attributes. IOW it's not just assignment to the built-in names that are illegal. * Add