From: Zachary Ware Date: Fri, 9 Sep 2016 22:47:05 +0000 (-0700) Subject: We're not that far in the future yet X-Git-Tag: v3.6.0b1~151 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c30767239569d0a3e84c113070ec1009b1a5f3a7;p=thirdparty%2FPython%2Fcpython.git We're not that far in the future yet --- diff --git a/Doc/library/re.rst b/Doc/library/re.rst index 61f62b3491fb..5297f0b52dea 100644 --- a/Doc/library/re.rst +++ b/Doc/library/re.rst @@ -245,7 +245,7 @@ The special characters are: (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...)`` Similar to regular parentheses, but the substring matched by the group is