]> granicus.if.org Git - python/commit
Undo Ping's change.
authorGuido van Rossum <guido@python.org>
Tue, 3 Oct 2000 13:51:09 +0000 (13:51 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 3 Oct 2000 13:51:09 +0000 (13:51 +0000)
commit5191463276a83fee8a16bfb2867d27efdef4eaa3
treee7bc019a7693f0ae66985f0474db8c44f9b0a35d
parent099e534fa4cefb18b53ed0668f08dbd89deea78f
Undo Ping's change.

CGI scripts should *not* use /usr/bin/env, since on systems that don't
come standard with Python installed, Python isn't on the default $PATH.

Too bad that this breaks on Linux, where Python is in /usr/bin which
is on the default path -- the point is that you must manually edit
your CGI scripts when you install them.
Lib/cgi.py