mirror of https://github.com/python/cpython
whatsnew: give Hugo credit for his preliminary work on regex patch.
This commit is contained in:
parent
2177be2c3a
commit
ced82ef752
|
@ -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
|
The repr of :ref:`regex objects <re-objects>` now includes the pattern
|
||||||
and the flags; the repr of :ref:`match objects <match-objects>` now
|
and the flags; the repr of :ref:`match objects <match-objects>` now
|
||||||
includes the start, end, and the part of the string that matched.
|
includes the start, end, and the part of the string that matched. (Contributed
|
||||||
(Contributed by Serhiy Storchaka in :issue:`13592` and :issue:`17087`.)
|
by Hugo Lopes Tavares and Serhiy Storchaka in :issue:`13592` and
|
||||||
|
:issue:`17087`.)
|
||||||
|
|
||||||
|
|
||||||
resource
|
resource
|
||||||
|
|
Loading…
Reference in New Issue