]> granicus.if.org Git - python/commitdiff
whatsnew: give Hugo credit for his preliminary work on regex patch.
authorR David Murray <rdmurray@bitdance.com>
Mon, 10 Mar 2014 00:46:32 +0000 (20:46 -0400)
committerR David Murray <rdmurray@bitdance.com>
Mon, 10 Mar 2014 00:46:32 +0000 (20:46 -0400)
Doc/whatsnew/3.4.rst

index cadb2aeaf381422c647eed15408450f199f97363..9e87b42b7cfc2427653f5951013e991a4516cef3 100644 (file)
@@ -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