HOME SHELL

NULLCOMMUNITY
 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
Size384
Permissionrw-r--r--
Owner
Create time06-Oct-2022 15:19
Last modified29-Jun-2022 08:27
Last accessed08-Dec-2022 15:07
Actionsedit | rename | delete | download (gzip)
Viewtext | 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