]> git.proxmox.com Git - mirror_edk2.git/commitdiff
EADK (AppPkg): Update the Python ReadMe file, Python/PythonReadMe.txt, to reflect...
authorDaryl McDaniel <daryl.mcdaniel@intel.com>
Fri, 25 Oct 2013 20:09:26 +0000 (20:09 +0000)
committerdarylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 25 Oct 2013 20:09:26 +0000 (20:09 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Daryl McDaniel <daryl.mcdaniel@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14804 6f19259b-4bc3-4df7-8a09-765794883524

AppPkg/Applications/Python/PythonReadMe.txt

index cf51b99ad1be072d6f335846b5ac3b24a319c194..7d8b31f74b69dbe6275a52c182d49d9cfcd18023 100644 (file)
@@ -1,7 +1,7 @@
                                 EDK II Python\r
                                     ReadMe\r
-                                 Beta Release\r
-                                 23 Mar. 2012\r
+                                 Release 1.02\r
+                                 18 Jan. 2013\r
 \r
 \r
 1. OVERVIEW\r
@@ -16,18 +16,19 @@ packages within that distribution.
 \r
 2. Release Notes\r
 ================\r
-  1)  There is no input line editing.  Backspace, ^C, etc. do not work.\r
-  2)  All C extension modules must be statically linked (built in)\r
-  3)  The site and os modules must exist as discrete files in ...\lib\python.27\r
-  4)  User-specific configurations are not supported.\r
-  5)  Environment variables are not supported.\r
+  1)  All C extension modules must be statically linked (built in)\r
+  2)  The site and os modules must exist as discrete files in ...\lib\python.27\r
+  3)  User-specific configurations are not supported.\r
+  4)  Environment variables are not supported.\r
 \r
-3. Getting and Building the latest version of Python\r
+3. Getting and Building Python\r
 ======================================================\r
   3.1 Getting Python\r
   ==================\r
-  Currently only version 2.7.2 of the CPython distribution is supported.  The\r
-  source code can be downloaded from http://www.python.org/download/source/.\r
+  Currently only version 2.7.2 of the CPython distribution is supported.  For development\r
+  ease, a subset of the Python 2.7.2 distribution has been included in the AppPkg source\r
+  tree.  If a full distribution is desired, the Python-2.7.2 directory can be removed or\r
+  renamed and the full source code downloaded from http://www.python.org/ftp/python/2.7.2/.\r
 \r
   A.  Within your EDK II development tree, extract the Python distribution into\r
     AppPkg/Applications/Python.  This should create the\r
@@ -93,7 +94,8 @@ system as follows:
         site    types     copy_reg    linecache     genericpath\r
 \r
   * Python C Extension Modules built as dynamically loadable extensions go into\r
-    the \Efi\StdLib\lib\python.27\lib-dynload directory.\r
+    the \Efi\StdLib\lib\python.27\lib-dynload directory.  This functionality is not\r
+    yet implemented.\r
 \r
 \r
 6. Example: Enabling socket support\r
@@ -191,6 +193,6 @@ Library that have been tested or used in some manner.
   dummy_thread.py         random.py                 weakref.py\r
   fileinput.py            re.py                     xmllib.py\r
   formatter.py            repr.py                   zipfile.py\r
-  functools.py            runpy.py\r
+  functools.py            runpy.py                  expat\r
 \r
 # # #\r