From: Barry Warsaw Date: Tue, 18 Feb 1997 18:54:30 +0000 (+0000) Subject: Document the new get_syntax() function. X-Git-Tag: v1.5a1~345 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd77df64e6a02215feead95def6e1a4d355865a8;p=python Document the new get_syntax() function. --- diff --git a/Doc/lib/libregex.tex b/Doc/lib/libregex.tex index 91f3a03572..9766c2cb30 100644 --- a/Doc/lib/libregex.tex +++ b/Doc/lib/libregex.tex @@ -228,6 +228,10 @@ expressions.) more information. \end{funcdesc} +\begin{funcdesc}{get_syntax}{} + Returns the current value of the syntax flags as an integer. +\end{funcdesc} + \begin{funcdesc}{symcomp}{pattern\optional{\, translate}} This is like \code{compile}, but supports symbolic group names: if a parenthesis-enclosed group begins with a group name in angular diff --git a/Doc/libregex.tex b/Doc/libregex.tex index 91f3a03572..9766c2cb30 100644 --- a/Doc/libregex.tex +++ b/Doc/libregex.tex @@ -228,6 +228,10 @@ expressions.) more information. \end{funcdesc} +\begin{funcdesc}{get_syntax}{} + Returns the current value of the syntax flags as an integer. +\end{funcdesc} + \begin{funcdesc}{symcomp}{pattern\optional{\, translate}} This is like \code{compile}, but supports symbolic group names: if a parenthesis-enclosed group begins with a group name in angular