Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Doc/faq/general.rst

    r2 r391  
    55==================
    66
    7 .. contents::
     7.. only:: html
     8
     9   .. contents::
     10
    811
    912General Information
     
    158161The latest Python source distribution is always available from python.org, at
    159162http://www.python.org/download/.  The latest development sources can be obtained
    160 via anonymous Subversion at http://svn.python.org/projects/python/trunk.
     163via anonymous Mercurial access at http://hg.python.org/cpython.
    161164
    162165The source distribution is a gzipped tar file containing the complete C source,
     
    165168and run out of the box on most UNIX platforms.
    166169
    167 .. XXX update link once the dev faq is relocated
    168 
    169 Consult the `Developer FAQ <http://www.python.org/dev/faq/>`__ for more
     170Consult the `Developer FAQ <http://docs.python.org/devguide/faq>`__ for more
    170171information on getting the source code and compiling it.
    171172
     
    222223news is available.
    223224
    224 .. XXX update link once the dev faq is relocated
    225 
    226225You can also access the development version of Python through Subversion.  See
    227 http://www.python.org/dev/faq/ for details.
     226http://docs.python.org/devguide/faq for details.
    228227
    229228
     
    240239`password reset procedure <http://bugs.python.org/user?@template=forgotten>`_.
    241240
    242 .. XXX adapt link to dev guide
    243 
    244241For more information on how Python is developed, consult `the Python Developer's
    245 Guide <http://python.org/dev/>`_.
     242Guide <http://docs.python.org/devguide/>`_.
    246243
    247244
Note: See TracChangeset for help on using the changeset viewer.