Update dead references from py.org/dev/faq to the devguide (#13176)
This commit is contained in:
parent
36248154a9
commit
9bcbc62062
|
@ -164,9 +164,7 @@ Sphinx-formatted documentation, Python library modules, example programs, and
|
||||||
several useful pieces of freely distributable software. The source will compile
|
several useful pieces of freely distributable software. The source will compile
|
||||||
and run out of the box on most UNIX platforms.
|
and run out of the box on most UNIX platforms.
|
||||||
|
|
||||||
.. XXX update link once the dev faq is relocated
|
Consult the `Developer FAQ <http://docs.python.org/devguide/faq>`__ for more
|
||||||
|
|
||||||
Consult the `Developer FAQ <http://www.python.org/dev/faq/>`__ for more
|
|
||||||
information on getting the source code and compiling it.
|
information on getting the source code and compiling it.
|
||||||
|
|
||||||
|
|
||||||
|
@ -221,10 +219,8 @@ releases are announced on the comp.lang.python and comp.lang.python.announce
|
||||||
newsgroups and on the Python home page at http://www.python.org/; an RSS feed of
|
newsgroups and on the Python home page at http://www.python.org/; an RSS feed of
|
||||||
news is available.
|
news is available.
|
||||||
|
|
||||||
.. XXX update link once the dev faq is relocated
|
|
||||||
|
|
||||||
You can also access the development version of Python through Subversion. See
|
You can also access the development version of Python through Subversion. See
|
||||||
http://www.python.org/dev/faq/ for details.
|
http://docs.python.org/devguide/faq for details.
|
||||||
|
|
||||||
|
|
||||||
How do I submit bug reports and patches for Python?
|
How do I submit bug reports and patches for Python?
|
||||||
|
@ -239,10 +235,8 @@ you updates as we act on your bug. If you had previously used SourceForge to
|
||||||
report bugs to Python, you can obtain your Roundup password through Roundup's
|
report bugs to Python, you can obtain your Roundup password through Roundup's
|
||||||
`password reset procedure <http://bugs.python.org/user?@template=forgotten>`_.
|
`password reset procedure <http://bugs.python.org/user?@template=forgotten>`_.
|
||||||
|
|
||||||
.. XXX adapt link to dev guide
|
|
||||||
|
|
||||||
For more information on how Python is developed, consult `the Python Developer's
|
For more information on how Python is developed, consult `the Python Developer's
|
||||||
Guide <http://python.org/dev/>`_.
|
Guide <http://docs.python.org/devguide/>`_.
|
||||||
|
|
||||||
|
|
||||||
Are there any published articles about Python that I can reference?
|
Are there any published articles about Python that I can reference?
|
||||||
|
|
|
@ -292,7 +292,7 @@ Compiling Python on Windows
|
||||||
If you want to compile CPython yourself, first thing you should do is get the
|
If you want to compile CPython yourself, first thing you should do is get the
|
||||||
`source <http://python.org/download/source/>`_. You can download either the
|
`source <http://python.org/download/source/>`_. You can download either the
|
||||||
latest release's source or just grab a fresh `checkout
|
latest release's source or just grab a fresh `checkout
|
||||||
<http://www.python.org/dev/faq/#how-do-i-get-a-checkout-of-the-repository-read-only-and-read-write>`_.
|
<http://docs.python.org/devguide/setup#checking-out-the-code>`_.
|
||||||
|
|
||||||
For Microsoft Visual C++, which is the compiler with which official Python
|
For Microsoft Visual C++, which is the compiler with which official Python
|
||||||
releases are built, the source tree contains solutions/project files. View the
|
releases are built, the source tree contains solutions/project files. View the
|
||||||
|
|
Loading…
Reference in New Issue