diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ What's New in Python 3.3 Alpha 1? Core and Builtins ----------------- +- Issue #14051: Allow arbitrary attributes to be set of classmethod and + staticmethod. + - Issue #13020: Fix a reference leak when allocating a structsequence object fails. Patch by Suman Saha. |