Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dmailbox.py199 _append_newline = False variable in Mailbox
213 if self._append_newline and not data.endswith(os.linesep):
221 if self._append_newline and not message.endswith(os.linesep):
235 if self._append_newline and lastline and not lastline.endswith(os.linesep):
827 _append_newline = True variable in mbox