Changeset 391 for python/trunk/Doc/faq/general.rst
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Doc/faq/general.rst
r2 r391 5 5 ================== 6 6 7 .. contents:: 7 .. only:: html 8 9 .. contents:: 10 8 11 9 12 General Information … … 158 161 The latest Python source distribution is always available from python.org, at 159 162 http://www.python.org/download/. The latest development sources can be obtained 160 via anonymous Subversion at http://svn.python.org/projects/python/trunk.163 via anonymous Mercurial access at http://hg.python.org/cpython. 161 164 162 165 The source distribution is a gzipped tar file containing the complete C source, … … 165 168 and run out of the box on most UNIX platforms. 166 169 167 .. XXX update link once the dev faq is relocated 168 169 Consult the `Developer FAQ <http://www.python.org/dev/faq/>`__ for more 170 Consult the `Developer FAQ <http://docs.python.org/devguide/faq>`__ for more 170 171 information on getting the source code and compiling it. 171 172 … … 222 223 news is available. 223 224 224 .. XXX update link once the dev faq is relocated225 226 225 You can also access the development version of Python through Subversion. See 227 http:// www.python.org/dev/faq/for details.226 http://docs.python.org/devguide/faq for details. 228 227 229 228 … … 240 239 `password reset procedure <http://bugs.python.org/user?@template=forgotten>`_. 241 240 242 .. XXX adapt link to dev guide243 244 241 For more information on how Python is developed, consult `the Python Developer's 245 Guide <http:// python.org/dev/>`_.242 Guide <http://docs.python.org/devguide/>`_. 246 243 247 244
Note:
See TracChangeset
for help on using the changeset viewer.