]> git.pld-linux.org Git - packages/python3.git/blame_incremental - python3-pythonpath.patch
- release 2 (by relup.sh)
[packages/python3.git] / python3-pythonpath.patch
... / ...
CommitLineData
1--- Python-3.0.1/Lib/distutils/tests/test_build_scripts.py.wiget 2004-08-26 07:44:02.000000000 +0200
2+++ Python-3.0.1/Lib/distutils/tests/test_build_scripts.py 2009-03-14 18:12:32.000000000 +0100
3@@ -58,7 +58,7 @@ class BuildScriptsTestCase(support.Tempd
4 "pass\n"))
5 expected.append("script2.py")
6 self.write_script(dir, "script2.py",
7- ("#!/usr/bin/python\n"
8+ ("#!/usr/bin/python3\n"
9 "# bogus script w/ Python sh-bang\n"
10 "pass\n"))
11 expected.append("shell.sh")
12--- Python-3.0.1/Lib/distutils/tests/test_install_scripts.py.wiget 2004-08-03 20:53:07.000000000 +0200
13+++ Python-3.0.1/Lib/distutils/tests/test_install_scripts.py 2009-03-14 18:12:32.000000000 +0100
14@@ -48,7 +48,7 @@ class InstallScriptsTestCase(support.Tem
15 write_script("script1.py", ("#! /usr/bin/env python2.3\n"
16 "# bogus script w/ Python sh-bang\n"
17 "pass\n"))
18- write_script("script2.py", ("#!/usr/bin/python\n"
19+ write_script("script2.py", ("#!/usr/bin/python3\n"
20 "# bogus script w/ Python sh-bang\n"
21 "pass\n"))
22 write_script("shell.sh", ("#!/bin/sh\n"
23--- Python-3.0.1/Lib/cgi.py.wiget 2008-12-04 21:11:57.000000000 +0100
24+++ Python-3.0.1/Lib/cgi.py 2009-03-14 18:12:32.000000000 +0100
25@@ -1,6 +1,6 @@
26-#! /usr/local/bin/python
27+#! /usr/bin/python3
28
29-# NOTE: the above "/usr/local/bin/python" is NOT a mistake. It is
30+# NOTE: the above "/usr/bin/python3" is NOT a mistake. It is
31 # intentionally NOT "/usr/bin/env python". On many systems
32 # (e.g. Solaris), /usr/local/bin is not in $PATH as passed to CGI
33 # scripts, and /usr/local/bin is the default directory where Python is
34
This page took 0.055381 seconds and 4 git commands to generate.