Home | History | Annotate | Download | only in python2.7

Lines Matching refs:MapCRLF

92 MapCRLF = re.compile(r'\r\n|\r|\n')
323 self.literal = MapCRLF.sub(CRLF, message)