summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-03-30 19:35:10 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-03-30 19:35:10 (GMT)
commit9d0b604ab871bf089a3471a96d8c7717b219c7d1 (patch)
tree1777ad8a2b031d570b508864b8aaf8e425d7aa81 /README
parent2c55c597faf023a0b74aa48f911493c010f464c5 (diff)
downloadcpython-9d0b604ab871bf089a3471a96d8c7717b219c7d1.zip
cpython-9d0b604ab871bf089a3471a96d8c7717b219c7d1.tar.gz
cpython-9d0b604ab871bf089a3471a96d8c7717b219c7d1.tar.bz2
Updated README regarding doc formats
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 8 insertions, 8 deletions
diff --git a/README b/README
index 17169bf..1073b70 100644
--- a/README
+++ b/README
@@ -83,11 +83,12 @@ Python's power is described there, including the built-in data types
and functions!
All documentation is also available online at the Python web site
-(http://docs.python.org/, see below). It is available online for
-occasional reference, or can be downloaded in many formats for faster
-access. The documentation is available in HTML, PostScript, PDF, and
-LaTeX formats; the LaTeX version is primarily for documentation
-authors, translators, and people with special formatting requirements.
+(http://docs.python.org/, see below). It is available online for occasional
+reference, or can be downloaded in many formats for faster access. The
+documentation is available in HTML, PostScript, PDF, LaTeX (through 2.5), and
+reStructuredText (2.6+) formats; the LaTeX and reStructuredText versions are
+primarily for documentation authors, translators, and people with special
+formatting requirements.
Unfortunately, new-style classes (new in Python 2.2) have not yet been
integrated into Python's standard documentation. A collection of
@@ -135,9 +136,8 @@ Manager at http://bugs.python.org. Guidelines
for patch submission may be found at http://www.python.org/dev/patches/.
If you have a proposal to change Python, it's best to submit a Python
-Enhancement Proposal (PEP) first. All current PEPs, as well as
-guidelines for submitting a new PEP, are listed at
-http://www.python.org/dev/peps/.
+Enhancement Proposal (PEP) first. All current PEPs, as well as guidelines for
+submitting a new PEP, are listed at http://www.python.org/dev/peps/.
Questions