summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorKristján Valur Jónsson <sweskman@gmail.com>2013-03-20 01:02:10 (GMT)
committerKristján Valur Jónsson <sweskman@gmail.com>2013-03-20 01:02:10 (GMT)
commitd7009c69136a3809282804f460902ab42e9972f6 (patch)
tree4d63e0482a090ede2c41c6a8f347418665e93072 /Misc
parentc7c42efb16612f66af266073937cffa99ad49a33 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 792b62f..e7c59b1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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