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 barry
Recipients barry
Date 2010-07-31.17:07:45
SpamBayes Score 0.14614046
Marked as misclassified No
Message-id <1280596068.17.0.635843199861.issue9438@psf.upfronthosting.co.za>
In-reply-to
Content
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 a "Changed in 2.7" to __debug__ stating that assignments to __debug__ as
  an attribute became illegal.

Add this to the NEWS and What's New files for 2.7.

(Also double check for Python 3.2)
History
Date User Action Args
2010-07-31 17:07:48barrysetrecipients: + barry
2010-07-31 17:07:48barrysetmessageid: <1280596068.17.0.635843199861.issue9438@psf.upfronthosting.co.za>
2010-07-31 17:07:45barrylinkissue9438 messages
2010-07-31 17:07:45barrycreate