]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use \n as line separator in stead of \r\n, which causes problems in MacPython 2.2.
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 10 Oct 2002 21:13:53 +0000 (21:13 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 10 Oct 2002 21:13:53 +0000 (21:13 +0000)
commitefe39e59e8d646f382d9e18c6182f245ea41481d
tree0d180328a20d16a7b15a16d7e24baefd7b2def34
parentdb48b27bfb073042227eee967a7c9074082eff42
Use \n as line separator in stead of \r\n, which causes problems in MacPython 2.2.
Lib/test/output/test_httplib
Lib/test/test_httplib.py