Searched refs:rfc822_escape (Results 1 - 5 of 5) sorted by relevance

/external/python/cpython3/Lib/distutils/tests/
H A Dtest_util.py11 rfc822_escape, byte_compile,
274 res = rfc822_escape(header)
/external/python/cpython2/Lib/distutils/
H A Dutil.py471 def rfc822_escape (header): function
H A Ddist.py20 from distutils.util import check_environ, strtobool, rfc822_escape namespace
1129 long_desc = rfc822_escape(self.get_long_description())
/external/python/cpython3/Lib/distutils/
H A Dutil.py470 def rfc822_escape (header): function
H A Ddist.py19 from distutils.util import check_environ, strtobool, rfc822_escape namespace
1127 long_desc = rfc822_escape(self.get_long_description())

Completed in 212 milliseconds