mirror of
https://github.com/python/cpython.git
synced 2025-09-15 21:26:04 +00:00
merge with 3.2
This commit is contained in:
commit
869ac7895f
1 changed files with 3 additions and 2 deletions
|
@ -787,8 +787,9 @@ attributes:
|
||||||
|
|
||||||
.. attribute:: regex.flags
|
.. attribute:: regex.flags
|
||||||
|
|
||||||
The flags argument used when the RE object was compiled, or ``0`` if no flags
|
The regex matching flags. This is a combination of the flags given to
|
||||||
were provided.
|
:func:`.compile`, any ``(?...)`` inline flags in the pattern, and implicit
|
||||||
|
flags such as :data:`UNICODE` if the pattern is a Unicode string.
|
||||||
|
|
||||||
|
|
||||||
.. attribute:: regex.groups
|
.. attribute:: regex.groups
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue