• Jack Jansen's avatar
    Mass checkin of universal newline support. · 7b8c7546
    Jack Jansen yazdı
    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.
    7b8c7546
tokenizer.c 18 KB