mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
closes issue28082: doc update and NEWS entry
This commit is contained in:
parent
00eacac96b
commit
c88c80b716
1 changed files with 3 additions and 0 deletions
|
@ -478,6 +478,9 @@ functions are simplified versions of the full featured methods for compiled
|
|||
regular expressions. Most non-trivial applications always use the compiled
|
||||
form.
|
||||
|
||||
.. versionchanged:: 3.6
|
||||
Flag constants are now instances of :class:`RegexFlag`, which is a subclass of
|
||||
:class:`enum.IntFlag`.
|
||||
|
||||
.. function:: compile(pattern, flags=0)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue