]> granicus.if.org Git - python/commitdiff
Document the new get_syntax() function.
authorBarry Warsaw <barry@python.org>
Tue, 18 Feb 1997 18:54:30 +0000 (18:54 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 18 Feb 1997 18:54:30 +0000 (18:54 +0000)
Doc/lib/libregex.tex
Doc/libregex.tex

index 91f3a035728807c982b5c5069d49ea2828df289b..9766c2cb308ee648bb9542054d89261be00c1070 100644 (file)
@@ -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
index 91f3a035728807c982b5c5069d49ea2828df289b..9766c2cb308ee648bb9542054d89261be00c1070 100644 (file)
@@ -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