mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
The usual...
This commit is contained in:
parent
0b095bc092
commit
aad6761cce
56 changed files with 5040 additions and 656 deletions
|
|
@ -1,5 +1,11 @@
|
|||
# These bits are passed to regex.set_syntax() to choose among
|
||||
# alternative regexp syntaxes.
|
||||
"""Constants for selecting regexp syntaxes for the obsolete regex module.
|
||||
|
||||
This module is only for backward compatibility. "regex" has now
|
||||
been replaced by the new regular expression module, "re".
|
||||
|
||||
These bits are passed to regex.set_syntax() to choose among
|
||||
alternative regexp syntaxes.
|
||||
"""
|
||||
|
||||
# 1 means plain parentheses serve as grouping, and backslash
|
||||
# parentheses are needed for literal searching.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue