diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-08-16 18:32:25 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-08-16 18:32:25 (GMT) |
commit | 802bf8aea1cff2122fc64cca33dc73b50b85e09c (patch) | |
tree | a8af09cad75346f0945a913c99db615bf8f19bbe /README | |
parent | ac601601ced9e06b2132781b7c4a4551ab93758a (diff) | |
download | cpython-802bf8aea1cff2122fc64cca33dc73b50b85e09c.zip cpython-802bf8aea1cff2122fc64cca33dc73b50b85e09c.tar.gz cpython-802bf8aea1cff2122fc64cca33dc73b50b85e09c.tar.bz2 |
#18707: point to Doc/README.txt in the README file. Patch by Madison May.
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 --------------------------------- |