summaryrefslogtreecommitdiffstats
path: root/AppPkg/Applications/Python/PythonReadMe.txt
diff options
context:
space:
mode:
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
======================================================