[Python-checkins] cpython (merge 3.3 -> default): Merge punctuation fixes with 3.3.

ezio.melotti python-checkins at python.org
Sat Oct 20 21:54:23 CEST 2012


http://hg.python.org/cpython/rev/0e685b1c4d58
changeset:   79854:0e685b1c4d58
parent:      79852:7219cd440d4c
parent:      79853:21d3f449ae5c
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Sat Oct 20 22:54:12 2012 +0300
summary:
  Merge punctuation fixes with 3.3.

files:
  Doc/whatsnew/3.3.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -460,8 +460,8 @@
 
    :pep:`380` - Syntax for Delegating to a Subgenerator
       PEP written by Greg Ewing; implementation by Greg Ewing, integrated into
-      3.3 by Renaud Blanch, Ryan Kelly and Nick Coghlan, documentation by
-      Zbigniew Jędrzejewski-Szmek and Nick Coghlan)
+      3.3 by Renaud Blanch, Ryan Kelly and Nick Coghlan; documentation by
+      Zbigniew Jędrzejewski-Szmek and Nick Coghlan
 
 
 PEP 409: Suppressing exception context

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


More information about the Python-checkins mailing list