]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
A README file for the info tarball.
authorFred Drake <fdrake@acm.org>
Fri, 29 Jan 1999 22:22:03 +0000 (22:22 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 29 Jan 1999 22:22:03 +0000 (22:22 +0000)
Doc/info/README [new file with mode: 0644]

diff --git a/Doc/info/README b/Doc/info/README
new file mode 100644 (file)
index 0000000..9d7aad8
--- /dev/null
@@ -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.