Home | History | Annotate | Download | only in Lib

Lines Matching full:newlines

743             # Translate newlines, if requested.  We cannot let the file
747 if self.universal_newlines and hasattr(file, 'newlines'):
1108 # Translate newlines, if requested. We cannot let the file
1112 if self.universal_newlines and hasattr(file, 'newlines'):