]> granicus.if.org Git - python/commitdiff
grammar
authorBenjamin Peterson <benjamin@python.org>
Mon, 27 May 2013 21:49:31 +0000 (14:49 -0700)
committerBenjamin Peterson <benjamin@python.org>
Mon, 27 May 2013 21:49:31 +0000 (14:49 -0700)
Misc/NEWS

index 737672a2004c93b838fb148f15d637c6cffd672b..0e01e1581b84df713565262fd28963e0a94aa02a 100644 (file)
--- 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.