This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: add links to SVN for documentation developers
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, techtonik
Priority: normal Keywords:

Created on 2010-02-09 09:14 by techtonik, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg99098 - (view) Author: anatoly techtonik (techtonik) Date: 2010-02-09 09:14
http://www.python.org/dev/doc/ - this wordy page miss one important code snippet:

{{{
svn co http://svn.python.org/projects/python/trunk/Doc
}}}

the result of reduce(meditate("http://www.python.org/dev/doc/", "how to make a patch?", "where is the code?", "or no, one more web page")) =)
msg99563 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2010-02-19 09:05
Added a link to the checkout FAQ in r12861.
History
Date User Action Args
2022-04-11 14:56:57adminsetgithub: 52139
2010-02-19 09:05:37georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg99563
2010-02-09 09:14:03techtonikcreate