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.
Created on 2010年07月31日 17:07 by barry, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg112167 - (view) | Author: Barry A. Warsaw (barry) * (Python committer) | Date: 2010年07月31日 17:07 | |
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) |
|||
| msg112525 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2010年08月02日 19:40 | |
Fixed in r83552. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:04 | admin | set | github: 53683 |
| 2010年08月02日 19:40:26 | georg.brandl | set | status: open -> closed nosy: + georg.brandl messages: + msg112525 resolution: fixed |
| 2010年08月02日 19:33:10 | georg.brandl | unlink | issue9451 dependencies |
| 2010年08月01日 23:02:18 | eric.araujo | link | issue9451 dependencies |
| 2010年07月31日 17:07:45 | barry | create | |