diff options
author | Barry Warsaw <barry@python.org> | 1997-02-18 18:54:30 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1997-02-18 18:54:30 (GMT) |
commit | cd77df64e6a02215feead95def6e1a4d355865a8 (patch) | |
tree | 4b06ca8368f24f7de6dca0ba494f6c0c2bc50fd9 /Doc/libregex.tex | |
parent | b67a25c0794d4a2c4f4907a8eb021750c11b1de4 (diff) | |
download | cpython-cd77df64e6a02215feead95def6e1a4d355865a8.zip cpython-cd77df64e6a02215feead95def6e1a4d355865a8.tar.gz cpython-cd77df64e6a02215feead95def6e1a4d355865a8.tar.bz2 |
Document the new get_syntax() function.
Diffstat (limited to 'Doc/libregex.tex')
-rw-r--r-- | Doc/libregex.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/libregex.tex b/Doc/libregex.tex index 91f3a03..9766c2c 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 |