Lines Matching full:newlines
101 default). Also, the newlines attribute of the file objects stdout,
1043 # Translate newlines, if requested. We cannot let the file
1047 if self.universal_newlines and hasattr(file, 'newlines'):
1392 # Translate newlines, if requested. We cannot let the file
1396 if self.universal_newlines and hasattr(file, 'newlines'):