From: Ezio Melotti Date: Fri, 16 Aug 2013 18:32:25 +0000 (+0300) Subject: #18707: point to Doc/README.txt in the README file. Patch by Madison May. X-Git-Tag: v3.4.0a2~212^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=802bf8aea1cff2122fc64cca33dc73b50b85e09c;p=thirdparty%2FPython%2Fcpython.git #18707: point to Doc/README.txt in the README file. Patch by Madison May. --- diff --git a/README b/README index 5d6b3d75549a..0d8dce47a1f2 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 ---------------------------------