closes issue28082: doc update and NEWS entry

This commit is contained in:
Ethan Furman 2016-11-21 08:29:31 -08:00
parent 00eacac96b
commit c88c80b716

View file

@ -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)