summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-03-10 00:46:32 (GMT)
committerR David Murray <rdmurray@bitdance.com>2014-03-10 00:46:32 (GMT)
commitced82ef752ce5f18c4634d3f39d682977a05e8d0 (patch)
tree0326990dbe4e09881208c4ffa74cd9c844d19b2c /Doc
parent2177be2c3af438e6abab5832bd8f0e81411f9f47 (diff)
downloadcpython-ced82ef752ce5f18c4634d3f39d682977a05e8d0.zip
cpython-ced82ef752ce5f18c4634d3f39d682977a05e8d0.tar.gz
cpython-ced82ef752ce5f18c4634d3f39d682977a05e8d0.tar.bz2
whatsnew: give Hugo credit for his preliminary work on regex patch.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.4.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
index cadb2ae..9e87b42 100644
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -1178,8 +1178,9 @@ which anchor the pattern at both ends of the string to match.
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