diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-10-20 19:54:12 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-10-20 19:54:12 (GMT) |
commit | 13b1547e1b0e9ad2efeaeb84b92bacf937202e6a (patch) | |
tree | a380dff66d7dbe0cc1f7a174bdacb6ca3f024e77 | |
parent | 022b6d2fa5c815a0efc8b71d7162b516c3a0fff4 (diff) | |
parent | 76e7ea5b4c92cee78e2c3027861de65718bb0338 (diff) | |
download | cpython-13b1547e1b0e9ad2efeaeb84b92bacf937202e6a.zip cpython-13b1547e1b0e9ad2efeaeb84b92bacf937202e6a.tar.gz cpython-13b1547e1b0e9ad2efeaeb84b92bacf937202e6a.tar.bz2 |
Merge punctuation fixes with 3.3.
-rw-r--r-- | 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 index be873ea..7c9ef24 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -460,8 +460,8 @@ multiple subfunctions. :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 |