mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Continue to work even though the test can be named test.test_regex
these days.
This commit is contained in:
parent
7633d2393f
commit
1e146e7876
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
from test.test_support import verbose, sortdict
|
from test.test_support import verbose, sortdict
|
||||||
import warnings
|
import warnings
|
||||||
warnings.filterwarnings("ignore", "the regex module is deprecated",
|
warnings.filterwarnings("ignore", "the regex module is deprecated",
|
||||||
DeprecationWarning, r'test_regex$')
|
DeprecationWarning, __name__)
|
||||||
import regex
|
import regex
|
||||||
from regex_syntax import *
|
from regex_syntax import *
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue