diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ What's New in Python 3.3.0 Alpha 4? Core and Builtins ----------------- +- asdl_seq and asdl_int_seq are now Py_ssize_t sized. + - Issue #14133 (PEP 415): Implement suppression of __context__ display with an attribute on BaseException. This replaces the original mechanism of PEP 409. |