[Python-checkins] cpython: grammar

benjamin.peterson python-checkins at python.org
Mon May 27 23:49:36 CEST 2013


http://hg.python.org/cpython/rev/789f8bbf0ae7
changeset:   83938:789f8bbf0ae7
user:        Benjamin Peterson <benjamin at python.org>
date:        Mon May 27 14:49:31 2013 -0700
summary:
  grammar

files:
  Misc/NEWS |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,9 +10,9 @@
 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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list