summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-08-16 18:33:27 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-08-16 18:33:27 (GMT)
commit00731e2455e45dadc45ad1ccc4eff95831eb9d65 (patch)
tree35c0ae2d5ee8be36c830b468943ada4a2062c623 /README
parent566c470e3eac10be62fb268b36af2f04dbfb7d65 (diff)
parent802bf8aea1cff2122fc64cca33dc73b50b85e09c (diff)
downloadcpython-00731e2455e45dadc45ad1ccc4eff95831eb9d65.zip
cpython-00731e2455e45dadc45ad1ccc4eff95831eb9d65.tar.gz
cpython-00731e2455e45dadc45ad1ccc4eff95831eb9d65.tar.bz2
#18707: merge with 3.3.
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index 7bae35d..7328856 100644
--- a/README
+++ b/README
@@ -76,6 +76,13 @@ is downloadable in HTML, PDF, and reStructuredText formats; the latter version
is primarily for documentation authors, translators, and people with special
formatting requirements.
+If you would like to contribute to the development of Python, relevant
+documentation is available at:
+
+ http://docs.python.org/devguide/
+
+For information about building Python's documentation, refer to Doc/README.txt.
+
Converting From Python 2.x to 3.x
---------------------------------