summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-05-27 14:49:31 -0700
committerBenjamin Peterson <benjamin@python.org>2013-05-27 14:49:31 -0700
commitacfa291af9fea3348d4ff2b801efebc14fdd1191 (patch)
tree34e7f60c8854d36fcb0c69fe64444e8c013a35ef
parentda5eb5a31c31d0ba18a6b5f36be6ee40a01a2f2c (diff)
downloadcpython-git-acfa291af9fea3348d4ff2b801efebc14fdd1191.tar.gz
grammar
-rw-r--r--Misc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 737672a200..0e01e1581b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.