[Python-checkins] cpython (3.6): closes issue28082: doc update and NEWS entry

ethan.furman python-checkins at python.org
Mon Nov 21 11:31:12 EST 2016


https://hg.python.org/cpython/rev/176fc21f8430
changeset:   105288:176fc21f8430
branch:      3.6
user:        Ethan Furman <ethan at stoneleaf.us>
date:        Mon Nov 21 08:29:31 2016 -0800
summary:
  closes issue28082: doc update and NEWS entry

files:
  Doc/library/re.rst |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Doc/library/re.rst b/Doc/library/re.rst
--- a/Doc/library/re.rst
+++ b/Doc/library/re.rst
@@ -478,6 +478,9 @@
 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)
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list