Revision: 14804
          http://sourceforge.net/p/edk2/code/14804
Author:   darylm503
Date:     2013-10-25 20:09:26 +0000 (Fri, 25 Oct 2013)
Log Message:
-----------
EADK (AppPkg): Update the Python ReadMe file, Python/PythonReadMe.txt, to 
reflect the current status of the project.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Daryl McDaniel <[email protected]>

Modified Paths:
--------------
    trunk/edk2/AppPkg/Applications/Python/PythonReadMe.txt

Modified: trunk/edk2/AppPkg/Applications/Python/PythonReadMe.txt
===================================================================
--- trunk/edk2/AppPkg/Applications/Python/PythonReadMe.txt      2013-10-25 
08:07:26 UTC (rev 14803)
+++ trunk/edk2/AppPkg/Applications/Python/PythonReadMe.txt      2013-10-25 
20:09:26 UTC (rev 14804)
@@ -1,7 +1,7 @@
                                 EDK II Python
                                     ReadMe
-                                 Beta Release
-                                 23 Mar. 2012
+                                 Release 1.02
+                                 18 Jan. 2013
 
 
 1. OVERVIEW
@@ -16,18 +16,19 @@
 
 2. Release Notes
 ================
-  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.
+  1)  All C extension modules must be statically linked (built in)
+  2)  The site and os modules must exist as discrete files in ...\lib\python.27
+  3)  User-specific configurations are not supported.
+  4)  Environment variables are not supported.
 
-3. Getting and Building the latest version of Python
+3. Getting and Building Python
 ======================================================
   3.1 Getting Python
   ==================
-  Currently only version 2.7.2 of the CPython distribution is supported.  The
-  source code can be downloaded from http://www.python.org/download/source/.
+  Currently only version 2.7.2 of the CPython distribution is supported.  For 
development
+  ease, a subset of the Python 2.7.2 distribution has been included in the 
AppPkg source
+  tree.  If a full distribution is desired, the Python-2.7.2 directory can be 
removed or
+  renamed and the full source code downloaded from 
http://www.python.org/ftp/python/2.7.2/.
 
   A.  Within your EDK II development tree, extract the Python distribution into
     AppPkg/Applications/Python.  This should create the
@@ -93,7 +94,8 @@
         site    types     copy_reg    linecache     genericpath
 
   * Python C Extension Modules built as dynamically loadable extensions go into
-    the \Efi\StdLib\lib\python.27\lib-dynload directory.
+    the \Efi\StdLib\lib\python.27\lib-dynload directory.  This functionality 
is not
+    yet implemented.
 
 
 6. Example: Enabling socket support
@@ -191,6 +193,6 @@
   dummy_thread.py         random.py                 weakref.py
   fileinput.py            re.py                     xmllib.py
   formatter.py            repr.py                   zipfile.py
-  functools.py            runpy.py
+  functools.py            runpy.py                  expat
 
 # # #

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to