Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/email/
Dfeedparser.py32 NLCRE_crack = re.compile('(\r\n|\r|\n)') variable
122 parts = NLCRE_crack.split(data)