diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-08-16 18:33:27 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-08-16 18:33:27 (GMT) |
commit | 00731e2455e45dadc45ad1ccc4eff95831eb9d65 (patch) | |
tree | 35c0ae2d5ee8be36c830b468943ada4a2062c623 /README | |
parent | 566c470e3eac10be62fb268b36af2f04dbfb7d65 (diff) | |
parent | 802bf8aea1cff2122fc64cca33dc73b50b85e09c (diff) | |
download | cpython-00731e2455e45dadc45ad1ccc4eff95831eb9d65.zip cpython-00731e2455e45dadc45ad1ccc4eff95831eb9d65.tar.gz cpython-00731e2455e45dadc45ad1ccc4eff95831eb9d65.tar.bz2 |
#18707: merge with 3.3.
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 --------------------------------- |