Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7633d23 commit 1e146e7Copy full SHA for 1e146e7
1 file changed
Lib/test/test_regex.py
@@ -1,7 +1,7 @@
1
from test.test_support import verbose, sortdict
2
import warnings
3
warnings.filterwarnings("ignore", "the regex module is deprecated",
4
- DeprecationWarning, r'test_regex$')
+ DeprecationWarning, __name__)
5
import regex
6
from regex_syntax import *
7
0 commit comments