]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Python/Python-2.7.2/Demo/parser/README
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Demo / parser / README
diff --git a/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/README b/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/README
deleted file mode 100644 (file)
index fa5bd31..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-These files are from the large example of using the `parser' module.  Refer\r
-to the Python Library Reference for more information.\r
-\r
-It also contains examples for the AST parser.\r
-\r
-Files:\r
-------\r
-\r
-    FILES        -- list of files associated with the parser module.\r
-\r
-    README       -- this file.\r
-\r
-    docstring.py -- sample source file containing only a module docstring.\r
-\r
-    example.py   -- module that uses the `parser' module to extract\r
-                    information from the parse tree of Python source\r
-                    code.\r
-\r
-    simple.py    -- sample source containing a "short form" definition.\r
-\r
-    source.py    -- sample source code used to demonstrate ability to\r
-                    handle nested constructs easily using the functions\r
-                    and classes in example.py.\r
-\r
-    test_parser.py  program to put the parser module through its paces.\r
-\r
-    test_unparse.py tests for the unparse module\r
-\r
-    unparse.py      AST (2.7) based example to recreate source code\r
-                    from an AST.\r
-\r
-Enjoy!\r