mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Removed the Python version from the PYTHONHOMEHELP string. It was
still set to python2.0 ...
This commit is contained in:
parent
66a0a0a9b6
commit
da4dbc36c1
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue