Home
last modified time | relevance | path

Searched refs:fcre (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/email/
H A Dgenerator.py22 fcre = re.compile(r'^From ', re.MULTILINE) variable
253 payload = fcre.sub('>From ', payload)
290 preamble = fcre.sub('>From ', msg.preamble)
312 epilogue = fcre.sub('>From ', msg.epilogue)
435 msg._payload = fcre.sub(">From ", msg._payload)
H A Dheader.py48 fcre = re.compile(r'[\041-\176]+:$') variable

Completed in 3 milliseconds