Mass checkin of universal newline support.
Highlights: import and friends will understand any of \r, \n and \r\n as end of line. Python file input will do the same if you use mode 'U'. Everything can be disabled by configuring with --without-universal-newlines. See PEP278 for details.
J
Jack Jansen committed
7b8c7546ebc1fc3688ef95768fa8b82f0f205490
Parent: dcd2dc2