]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Incorporating MAL's bugfix into the 2.1.1 branch:
authorGuido van Rossum <guido@python.org>
Tue, 12 Jun 2001 16:29:12 +0000 (16:29 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 12 Jun 2001 16:29:12 +0000 (16:29 +0000)
    revision 1.53
    date: 2001/06/12 16:13:51;  author: lemburg;  state: Exp;  lines: +1 -1
    Removed the Python version from the PYTHONHOMEHELP string. It was
    still set to python2.0 ...

Modules/main.c

index 018364725e5a0691333464971d4ebb4f68017746..64abaf3eb27eab6898f421a15797a0e305d775f6 100644 (file)
@@ -14,7 +14,7 @@
 #if defined(PYOS_OS2) || defined(MS_WINDOWS)
 #define PYTHONHOMEHELP "<prefix>\\lib"
 #else
-#define PYTHONHOMEHELP "<prefix>/python2.0"
+#define PYTHONHOMEHELP "<prefix>/pythonX.X"
 #endif
 
 #include "pygetopt.h"