diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-05-27 14:49:31 -0700 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-05-27 14:49:31 -0700 |
commit | acfa291af9fea3348d4ff2b801efebc14fdd1191 (patch) | |
tree | 34e7f60c8854d36fcb0c69fe64444e8c013a35ef | |
parent | da5eb5a31c31d0ba18a6b5f36be6ee40a01a2f2c (diff) | |
download | cpython-git-acfa291af9fea3348d4ff2b801efebc14fdd1191.tar.gz |
grammar
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -10,9 +10,9 @@ What's New in Python 3.4.0 Alpha 1? Core and Builtins ----------------- -- Issue #17206: Py_CLEAR(), Py_DECREF(), Py_XINCREF() and Py_XDECREF() now - expands their arguments once instead of multiple times. - Patch written by Illia Polosukhin. +- Issue #17206: Py_CLEAR(), Py_DECREF(), Py_XINCREF() and Py_XDECREF() now + expand their arguments once instead of multiple times. Patch written by Illia + Polosukhin. - Issue #17937: Try harder to collect cyclic garbage at shutdown. |