audk/AppPkg/Applications/Python
Daryl McDaniel 27c19606b0 AppPkg/.../Python: Clean up and document how to escape the -# option.
Depending upon the version of Shell you are using, it may be necessary
to escape the '#' character, when using the "-#" command-line option, so that
the Shell doesn't interpret it as the start of a comment.
The escape character is '^'.
Example:
    python -^# -V

* General updating.
* Re-format so that no line is longer than 80 char.
* Add note about escaping the "-#" command-line option.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Daryl McDaniel <edk2-lists@mc2research.org>
Reviewed-by: Erik Bjorge <erik.c.bjorge@intel.com>


git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19594 6f19259b-4bc3-4df7-8a09-765794883524
2016-01-06 01:00:19 +00:00
..
Efi AppPkg/Applications/Python: Add support for the pyexpat module. 2013-01-18 20:36:27 +00:00
Ia32 AppPkg: Replace all occurrences of ` within comments with '. 2015-11-03 18:58:06 +00:00
Ipf EADK (StdLib, AppPkg, StdLibPrivateInternalFiles): Python Beta Release. 2012-03-24 01:19:06 +00:00
PyMod-2.7.2 AppPkg: Add switch to cause stderr to be aliased to stdout. 2015-10-19 21:39:46 +00:00
Python-2.7.2 StdLib: Fix more GCC warnings/errors caused by variables being set but not used. 2014-10-31 20:32:02 +00:00
Python-2.7.10 AppPkg/.../Python: Clean up and document how to escape the -# option. 2016-01-06 01:00:19 +00:00
X64 AppPkg/Applications/Python/Python-2.7.10/*/pyconfig.h: Update pyconfig for Python 2.7.10 compliance. 2015-12-29 02:53:10 +00:00
PythonCore.inf AppPkg: Add switch to cause stderr to be aliased to stdout. 2015-10-19 21:39:46 +00:00
PythonReadMe.txt AppPkg/.../Python: Clean up and document how to escape the -# option. 2016-01-06 01:00:19 +00:00