Searched refs:_DEPRECATION_MSG (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Lib/ |
H A D | asynchat.py | 53 _DEPRECATION_MSG = ('The {name} module is deprecated and will be removed in ' variable 55 _deprecated(__name__, _DEPRECATION_MSG, remove=(3, 12))
|
H A D | mailcap.py | 10 _DEPRECATION_MSG = ('The {name} module is deprecated and will be removed in ' variable 13 warnings._deprecated(__name__, _DEPRECATION_MSG, remove=(3, 13))
|
H A D | asyncore.py | 60 _DEPRECATION_MSG = ('The {name} module is deprecated and will be removed in ' variable 62 warnings._deprecated(__name__, _DEPRECATION_MSG, remove=(3, 12))
|
H A D | smtpd.py | 87 _DEPRECATION_MSG = ('The {name} module is deprecated and unmaintained and will ' variable 91 _deprecated(__name__, _DEPRECATION_MSG, remove=(3, 12))
|
Completed in 4 milliseconds