]> granicus.if.org Git - python/commit
SF bug 666444: 'help' makes linefeed only under Win32.
authorTim Peters <tim.peters@gmail.com>
Fri, 7 Feb 2003 01:53:46 +0000 (01:53 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 7 Feb 2003 01:53:46 +0000 (01:53 +0000)
commit550e4e558367e0460a89fc4d253e491661a35b78
tree6a72eb081c2d5aa1f54e2e91a394774e8d4a1e20
parent658375b833e9c3224a97c4b90a08fd615c84c267
SF bug 666444:  'help' makes linefeed only under Win32.
Reverting one of those irritating "security fixes".  fdopen() opens
files in binary mode.  That makes pydoc skip the \r\n on Windows that's
need to make the output readable in the shell.  Screw it.
Lib/pydoc.py