]> granicus.if.org Git - python/commit
Experimental feature: allow \n as well as \r as newline for text files, by breaking...
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 27 Aug 2001 23:16:34 +0000 (23:16 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 27 Aug 2001 23:16:34 +0000 (23:16 +0000)
commit3070ee6b372b4b7cd0c2c695caa93bdc8d0d23fc
tree33e215a80cac17d9203f967dea914ea74910ad4d
parentc59e22000082722655517942d7662eec5a4a70ce
Experimental feature: allow \n as well as \r as newline for text files, by breaking in to the lowlevel I/O system. Can be disabled by defining WITHOUT_UNIX_NEWLINES.
Mac/Python/macglue.c