Added Py_GetPath (getpythonpath)

This commit is contained in:
Guido van Rossum 1996-05-28 22:27:07 +00:00
parent 68ded217f7
commit 9a97d6ce53
1 changed files with 1 additions and 0 deletions

View File

@ -423,6 +423,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#define getcopyright Py_GetCopyright
#define getplatform Py_GetPlatform
#define getversion Py_GetVersion
#define getpythonpath Py_GetPath
/* Misc. Internals */
#define askyesno _Py_AskYesNo