Commit 9a1a7dda authored by Fred Drake's avatar Fred Drake

The regression test for the regex module should not trip the deprecation

warning for that module, so suppress just that one warning.
parent 994d8539
from test_support import verbose
import warnings
warnings.filterwarnings("ignore", "the regex module is deprecated",
DeprecationWarning, "test_regex")
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