mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +00:00
bpo-31369: include `RegexFlag
in
re.__all__
` (GH-30279)
* added RegexFlag to re.__all__; added RegexFlag.NOFLAG Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
This commit is contained in:
parent
bf95ff91f2
commit
fea7290a0e
3 changed files with 20 additions and 1 deletions
|
@ -0,0 +1,2 @@
|
|||
Add :class:`~re.RegexFlag` to ``re.__all__`` and documented it. Add
|
||||
:data:`~re.RegexFlag.NOFLAG` to indicate no flags being set.
|
Loading…
Add table
Add a link
Reference in a new issue