mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Suppress the warning about regex here.
This commit is contained in:
@@ -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_*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user