From: Guido van Rossum Date: Tue, 28 May 1996 22:27:07 +0000 (+0000) Subject: Added Py_GetPath (getpythonpath) X-Git-Tag: v1.4b1~123 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a97d6ce537f4b0bd194eca659b39c1a8b47ff3b;p=python Added Py_GetPath (getpythonpath) --- diff --git a/Include/rename2.h b/Include/rename2.h index c802219539..bcdab397bf 100644 --- a/Include/rename2.h +++ b/Include/rename2.h @@ -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