[Python-checkins] cpython: whatsnew: give Hugo credit for his preliminary work on regex patch.
r.david.murray
python-checkins at python.org
Mon Mar 10 02:35:16 CET 2014
http://hg.python.org/cpython/rev/8bef27cdcd0b
changeset: 89550:8bef27cdcd0b
user: R David Murray <rdmurray at bitdance.com>
date: Sun Mar 09 20:46:32 2014 -0400
summary:
whatsnew: give Hugo credit for his preliminary work on regex patch.
files:
Doc/whatsnew/3.4.rst | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -1178,8 +1178,9 @@
The repr of :ref:`regex objects <re-objects>` now includes the pattern
and the flags; the repr of :ref:`match objects <match-objects>` now
-includes the start, end, and the part of the string that matched.
-(Contributed by Serhiy Storchaka in :issue:`13592` and :issue:`17087`.)
+includes the start, end, and the part of the string that matched. (Contributed
+by Hugo Lopes Tavares and Serhiy Storchaka in :issue:`13592` and
+:issue:`17087`.)
resource
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list