diff options
author | Fred Drake <fdrake@acm.org> | 1999-01-29 22:22:03 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-01-29 22:22:03 (GMT) |
commit | b2c59ab367234a8ec0d89ff5cdd16fc74c1dae3e (patch) | |
tree | 2d8d8574b302de47a321d31e226a38d3ea041a88 /Doc/info | |
parent | 1dd152d036f168df02b023c99db53a76c8bca4c7 (diff) | |
download | cpython-b2c59ab367234a8ec0d89ff5cdd16fc74c1dae3e.zip cpython-b2c59ab367234a8ec0d89ff5cdd16fc74c1dae3e.tar.gz cpython-b2c59ab367234a8ec0d89ff5cdd16fc74c1dae3e.tar.bz2 |
A README file for the info tarball.
Diffstat (limited to 'Doc/info')
-rw-r--r-- | Doc/info/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Doc/info/README b/Doc/info/README new file mode 100644 index 0000000..9d7aad8 --- /dev/null +++ b/Doc/info/README @@ -0,0 +1,16 @@ +This archive contains the standard Python documentation in GNU info format. +Five manuals are included: + + python-ref.info* Python Reference Manual + python-lib.info* Python Library Reference + python-ext.info* Extending and Embedding the Python Interpreter + python-api.info* Python/C API Reference + python-tut.info* Python Tutorial + +The file python.dir is a fragment of a "dir" file that can be used to +incorporate these documents into an existing GNU info installation: insert +the contents of this file into the "dir" or "localdir" file at an +appropriate point and copy the python-*.info* files to the same directory. + +Questions and comments on these documents should be directed to +python-docs@python.org. |