diff options
author | Fred Drake <fdrake@acm.org> | 1999-02-22 15:58:09 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-02-22 15:58:09 (GMT) |
commit | 0fb7a37667e78f96392b5cfa6e82f04551724684 (patch) | |
tree | a4d4b00a4c3e4dde18899bb666532e3c8ce6a1ad /Doc/info | |
parent | fb801e7d338b3b3c8a919a5aca78250a2ad04da5 (diff) | |
download | cpython-0fb7a37667e78f96392b5cfa6e82f04551724684.zip cpython-0fb7a37667e78f96392b5cfa6e82f04551724684.tar.gz cpython-0fb7a37667e78f96392b5cfa6e82f04551724684.tar.bz2 |
Reflect the released version.
Diffstat (limited to 'Doc/info')
-rw-r--r-- | Doc/info/README | 4 | ||||
-rw-r--r-- | Doc/info/python.dir | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/Doc/info/README b/Doc/info/README index 9d7aad8..ea37904 100644 --- a/Doc/info/README +++ b/Doc/info/README @@ -2,6 +2,7 @@ This archive contains the standard Python documentation in GNU info format. Five manuals are included: python-ref.info* Python Reference Manual + python-mac.info* Python Macintosh Modules python-lib.info* Python Library Reference python-ext.info* Extending and Embedding the Python Interpreter python-api.info* Python/C API Reference @@ -12,5 +13,8 @@ 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. +Thanks go to Milan Zamazal <pdm@pvt.net> for providing this conversion to +the info format. + Questions and comments on these documents should be directed to python-docs@python.org. diff --git a/Doc/info/python.dir b/Doc/info/python.dir index 0606bb9..60e3e3a 100644 --- a/Doc/info/python.dir +++ b/Doc/info/python.dir @@ -2,6 +2,7 @@ Python Standard Documentation * Python Library: (python-lib). Python Library Reference +* Python Mac Modules: (python-mac). Python Macintosh Modules * Python Reference: (python-ref). Python Reference Manual * Python API: (python-api). Python/C API Reference Manual * Python Extending: (python-ext). Extending & Embedding Python |