summaryrefslogtreecommitdiff
path: root/AppPkg/Applications/Python/PythonReadMe.txt
diff options
context:
space:
mode:
authordarylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524>2012-03-28 22:17:44 +0000
committerdarylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524>2012-03-28 22:17:44 +0000
commit521527e0b63910d6d4d0d011e86738f21fbd32bf (patch)
tree5e2c00b8c2cdc2973ca2f6b1228880638349892b /AppPkg/Applications/Python/PythonReadMe.txt
parent4adc12bfc30e59c4592c0351e0d9d1a07ed0e357 (diff)
downloadedk2-platforms-521527e0b63910d6d4d0d011e86738f21fbd32bf.tar.xz
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
Diffstat (limited to 'AppPkg/Applications/Python/PythonReadMe.txt')
-rw-r--r--AppPkg/Applications/Python/PythonReadMe.txt2
1 files changed, 2 insertions, 0 deletions
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
======================================================