[Python-checkins] cpython: We're not that far in the future yet

zach.ware python-checkins at python.org
Fri Sep 9 18:47:18 EDT 2016


https://hg.python.org/cpython/rev/cd7012df4d8d
changeset:   103493:cd7012df4d8d
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Fri Sep 09 15:47:05 2016 -0700
summary:
  We're not that far in the future yet

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


diff --git a/Doc/library/re.rst b/Doc/library/re.rst
--- a/Doc/library/re.rst
+++ b/Doc/library/re.rst
@@ -245,7 +245,7 @@
    (dot matches all), and :const:`re.X` (verbose), for the part of the
    expression.  (The flags are described in :ref:`contents-of-module-re`.)
 
-   .. versionadded:: 3.7
+   .. versionadded:: 3.6
 
 ``(?P<name>...)``
    Similar to regular parentheses, but the substring matched by the group is

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


More information about the Python-checkins mailing list