diff options
author | Kristján Valur Jónsson <sweskman@gmail.com> | 2013-03-20 01:02:10 (GMT) |
---|---|---|
committer | Kristján Valur Jónsson <sweskman@gmail.com> | 2013-03-20 01:02:10 (GMT) |
commit | d7009c69136a3809282804f460902ab42e9972f6 (patch) | |
tree | 4d63e0482a090ede2c41c6a8f347418665e93072 /Misc | |
parent | c7c42efb16612f66af266073937cffa99ad49a33 (diff) | |
download | cpython-d7009c69136a3809282804f460902ab42e9972f6.zip cpython-d7009c69136a3809282804f460902ab42e9972f6.tar.gz cpython-d7009c69136a3809282804f460902ab42e9972f6.tar.bz2 |
Issue #16475: Support object instancing, recursion and interned strings
in marshal
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.4.0 Alpha 1? Core and Builtins ----------------- +- Issue #16475: Support object instancing, recursion and interned strings + in marshal + - Use the HTTPS PyPI url for upload, overriding any plain HTTP URL in pypirc. - Issue #16795: On the ast.arguments object, unify vararg with varargannotation |