Home
last modified time | relevance | path

Searched refs:_DEPRECATION_MSG (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Lib/
H A Dasynchat.py53 _DEPRECATION_MSG = ('The {name} module is deprecated and will be removed in ' variable
55 _deprecated(__name__, _DEPRECATION_MSG, remove=(3, 12))
H A Dmailcap.py10 _DEPRECATION_MSG = ('The {name} module is deprecated and will be removed in ' variable
13 warnings._deprecated(__name__, _DEPRECATION_MSG, remove=(3, 13))
H A Dasyncore.py60 _DEPRECATION_MSG = ('The {name} module is deprecated and will be removed in ' variable
62 warnings._deprecated(__name__, _DEPRECATION_MSG, remove=(3, 12))
H A Dsmtpd.py87 _DEPRECATION_MSG = ('The {name} module is deprecated and unmaintained and will ' variable
91 _deprecated(__name__, _DEPRECATION_MSG, remove=(3, 12))

Completed in 6 milliseconds