LiteSpeed Linux server2.poyrazhosting.com 3.10.0-962.3.2.lve1.5.77.el7.x86_64 #1 SMP Mon Dec 12 07:06:14 EST 2022 x86_64 safemode : OFF MySQL: OFF | Perl: OFF | cURL: ON | WGet: OFF > / lib64 / python2.7 / | Server Ip : 172.67.216.244 |
Filename | /lib64/python2.7/sre.py |
Size | 384 |
Permission | rw-r--r-- |
Owner | |
Create time | 06-Oct-2022 15:19 |
Last modified | 29-Jun-2022 08:27 |
Last accessed | 08-Dec-2022 15:07 |
Actions | edit | rename | delete | download (gzip) |
View | text | code | image |
"""This file is only retained for backwards compatibility.
It will be removed in the future. sre was moved to re in version 2.5.
"""
import warnings
warnings.warn("The sre module is deprecated, please import re.",
DeprecationWarning, 2)
from re import *
from re import __all__
# old pickles expect the _compile() reconstructor in this module
from re import _compile
It will be removed in the future. sre was moved to re in version 2.5.
"""
import warnings
warnings.warn("The sre module is deprecated, please import re.",
DeprecationWarning, 2)
from re import *
from re import __all__
# old pickles expect the _compile() reconstructor in this module
from re import _compile