Home
last modified time | relevance | path

Searched refs:rfc822_escape (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/distutils/tests/
Dtest_util.py12 rfc822_escape, byte_compile,
284 res = rfc822_escape(header)
/third_party/python/Lib/distutils/
Ddist.py19 from distutils.util import check_environ, strtobool, rfc822_escape
1138 long_desc = rfc822_escape(self.get_long_description())
Dutil.py475 def rfc822_escape (header): function
/third_party/python/Doc/distutils/
Dapiref.rst1276 .. function:: rfc822_escape(header)