]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Python/Python-2.7.2/Demo/README
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Demo / README
diff --git a/AppPkg/Applications/Python/Python-2.7.2/Demo/README b/AppPkg/Applications/Python/Python-2.7.2/Demo/README
deleted file mode 100644 (file)
index ce362ee..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-This directory contains various demonstrations of what you can do with\r
-Python.  They were all written by me except where explicitly stated\r
-otherwise -- in general, demos contributed by others ends up in the\r
-../Contrib directory, unless I think they're of utmost general\r
-importance (like Matt Conway's Tk demos).\r
-\r
-A fair number of utilities that are useful when while developing\r
-Python code can be found in the ../Tools directory -- some of these\r
-can also be considered good examples of how to write Python code.\r
-\r
-Finally, in order to save disk space and net bandwidth, not all\r
-subdirectories listed here are distributed.  They are listed just\r
-in case I change my mind about them.\r
-\r
-\r
-cgi             CGI examples (see also ../Tools/faqwiz/.)\r
-\r
-classes                Some examples of how to use classes.\r
-\r
-comparisons    A set of responses to a really old language-comparison\r
-               challenge.\r
-\r
-md5test                Test program for the optional md5 module.\r
-\r
-metaclasses    The code from the 1.5 metaclasses paper on the web.\r
-\r
-parser         Example using the parser module.\r
-\r
-pdist          Old, unfinished code messing with CVS, RCS and remote\r
-               files.\r
-\r
-scripts                Some useful Python scripts that I put in my bin\r
-               directory.  No optional built-in modules needed.\r
-\r
-sockets                Examples for the new built-in module 'socket'.\r
-\r
-xml            Some XML demos.\r
-\r
-zlib           Some demos for the zlib module (see also the standard\r
-               library module gzip.py).\r