mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
bpo-40066: [Enum] skip failing doc test (GH-30637)
This commit is contained in:
parent
16901c0482
commit
83d544b929
14 changed files with 2085 additions and 2019 deletions
|
@ -155,6 +155,8 @@ class RegexFlag:
|
|||
# sre extensions (experimental, don't rely on these)
|
||||
TEMPLATE = T = sre_compile.SRE_FLAG_TEMPLATE # disable backtracking
|
||||
DEBUG = sre_compile.SRE_FLAG_DEBUG # dump pattern after compilation
|
||||
__str__ = object.__str__
|
||||
_numeric_repr_ = hex
|
||||
|
||||
# sre exception
|
||||
error = sre_compile.error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue