]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Believe it or not, but "more" on Windows requires "more <file" rather
authorGuido van Rossum <guido@python.org>
Fri, 2 Mar 2001 04:27:08 +0000 (04:27 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 2 Mar 2001 04:27:08 +0000 (04:27 +0000)
commitb616e114f7466d7064513c47246718064f16b250
treee581c38a85d60f2d2f40297aa12dd47024dd29c9
parent207fda61a5ee3d4ab0bac3e9d0415c73a9d6e4d0
Believe it or not, but "more" on Windows requires "more <file" rather
than "more file".  Since tempfilepager() is only used on Windows, it
seems, do this unconditionally -- on Unix, it always invokes something
else.
Lib/pydoc.py