From 521527e0b63910d6d4d0d011e86738f21fbd32bf Mon Sep 17 00:00:00 2001 From: darylm503 Date: Wed, 28 Mar 2012 22:17:44 +0000 Subject: StdLib/Include/stdarg.h: Added the __va_copy macro for Python compatibility. AppPkg/Applications/Python: Deleted obsolete and incomplete PyMod-2.7.1. Changes to enable compilation using GCC 4.4 on both Windows and Linux hosts. Signed-off-by: daryl.mcdaniel@intel.com Reviewed-by: jaben.carsey@intel.com git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13147 6f19259b-4bc3-4df7-8a09-765794883524 --- AppPkg/Applications/Python/PythonReadMe.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'AppPkg/Applications/Python/PythonReadMe.txt') diff --git a/AppPkg/Applications/Python/PythonReadMe.txt b/AppPkg/Applications/Python/PythonReadMe.txt index d16a9a2be6..cf51b99ad1 100644 --- a/AppPkg/Applications/Python/PythonReadMe.txt +++ b/AppPkg/Applications/Python/PythonReadMe.txt @@ -19,6 +19,8 @@ packages within that distribution. 1) There is no input line editing. Backspace, ^C, etc. do not work. 2) All C extension modules must be statically linked (built in) 3) The site and os modules must exist as discrete files in ...\lib\python.27 + 4) User-specific configurations are not supported. + 5) Environment variables are not supported. 3. Getting and Building the latest version of Python ====================================================== -- cgit v1.2.3