mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Continue to work even though the test can be named test.test_regex
these days.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from test.test_support import verbose, sortdict
|
||||
import warnings
|
||||
warnings.filterwarnings("ignore", "the regex module is deprecated",
|
||||
DeprecationWarning, r'test_regex$')
|
||||
DeprecationWarning, __name__)
|
||||
import regex
|
||||
from regex_syntax import *
|
||||
|
||||
|
||||
Reference in New Issue
Block a user