Kaydet (Commit) 81fc7783 authored tarafından Guido van Rossum's avatar Guido van Rossum

Suppress the warning about regex here.

üst c20a6989
......@@ -60,6 +60,10 @@ XXX To be done...
"""
import warnings
warnings.filterwarnings("ignore", ".* regex .*", DeprecationWarning, __name__,
append=1)
import regex
from regex_syntax import * # RE_*
......
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