Kaydet (Commit) 1e146e78 authored tarafından Fred Drake's avatar Fred Drake

Continue to work even though the test can be named test.test_regex

these days.
üst 7633d239
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 *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment