commit | 550e4e558367e0460a89fc4d253e491661a35b78 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Fri Feb 07 01:53:46 2003 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Fri Feb 07 01:53:46 2003 +0000 |
tree | 6a72eb081c2d5aa1f54e2e91a394774e8d4a1e20 | |
parent | 658375b833e9c3224a97c4b90a08fd615c84c267 [diff] |
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.