diff options
| author | Benjamin Peterson <benjamin@python.org> | 2013-05-15 16:17:25 -0500 |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2013-05-15 16:17:25 -0500 |
| commit | 1e93b060077db01ceca0cdbad00ff358fee6f104 (patch) | |
| tree | a9812ecd17301e563a020e9d122e6a52d3b7fa3a /Misc | |
| parent | c032f16d181203e5df458b09c4583a6389f78331 (diff) | |
| download | cpython-git-1e93b060077db01ceca0cdbad00ff358fee6f104.tar.gz | |
complain about "global __class__" in a class body (closes #17983)
Diffstat (limited to 'Misc')
| -rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ What's New in Python 3.3.3 release candidate 1? Core and Builtins ----------------- +- Issue #17983: Raise a SyntaxError for a ``global __class__`` statement in a + class body. + - Issue #17927: Frame objects kept arguments alive if they had been copied into a cell, even if the cell was cleared. |
