summaryrefslogtreecommitdiff
path: root/Lib/reconvert.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/reconvert.py')
-rwxr-xr-xLib/reconvert.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/reconvert.py b/Lib/reconvert.py
index 59708dac9f..ab6d04001c 100755
--- a/Lib/reconvert.py
+++ b/Lib/reconvert.py
@@ -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_*