]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Removed the Python version from the PYTHONHOMEHELP string. It was
authorMarc-André Lemburg <mal@egenix.com>
Tue, 12 Jun 2001 16:13:51 +0000 (16:13 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Tue, 12 Jun 2001 16:13:51 +0000 (16:13 +0000)
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"