]> git.pld-linux.org Git - packages/python3.git/blame - python3-pythonpath.patch
Up to 3.12.1 (builds; starts; passes own test suite); needs some review from others
[packages/python3.git] / python3-pythonpath.patch
CommitLineData
32d83abb 1--- Python-3.0.1/Lib/cgi.py.wiget 2008-12-04 21:11:57.000000000 +0100
ce5ce022 2+++ Python-3.0.1/Lib/cgi.py 2009-03-14 18:12:32.000000000 +0100
32d83abb
AF
3@@ -1,6 +1,6 @@
4-#! /usr/local/bin/python
ce5ce022 5+#! /usr/bin/python3
e684db95 6
32d83abb 7-# NOTE: the above "/usr/local/bin/python" is NOT a mistake. It is
ce5ce022 8+# NOTE: the above "/usr/bin/python3" is NOT a mistake. It is
32d83abb
AF
9 # intentionally NOT "/usr/bin/env python". On many systems
10 # (e.g. Solaris), /usr/local/bin is not in $PATH as passed to CGI
11 # scripts, and /usr/local/bin is the default directory where Python is
514c1496 12
This page took 0.378538 seconds and 4 git commands to generate.