Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9be5723

Browse files
committed
Update dead references from py.org/dev/faq to the devguide (#13176)
1 parent 181ae4b commit 9be5723

3 files changed

Lines changed: 8 additions & 12 deletions

File tree

Doc/bugs.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,14 @@ were using (including version information as appropriate).
5757

5858
Each bug report will be assigned to a developer who will determine what needs to
5959
be done to correct the problem. You will receive an update each time action is
60-
taken on the bug. See http://www.python.org/dev/workflow/ for a detailed
61-
description of the issue workflow.
60+
taken on the bug.
6261

6362

6463
.. seealso::
6564

65+
`Python Developer's Guide <http://docs.python.org/devguide/>`_
66+
Detailed description of the issue workflow and developers tools.
67+
6668
`How to Report Bugs Effectively <http://www.chiark.greenend.org.uk/~sgtatham/bugs.html>`_
6769
Article which goes into some detail about how to create a useful bug report.
6870
This describes what kind of information is useful and why it is useful.

Doc/faq/general.rst

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,7 @@ Sphinx-formatted documentation, Python library modules, example programs, and
164164
several useful pieces of freely distributable software. The source will compile
165165
and run out of the box on most UNIX platforms.
166166

167-
.. XXX update link once the dev faq is relocated
168-
169-
Consult the `Developer FAQ <http://www.python.org/dev/faq/>`__ for more
167+
Consult the `Developer FAQ <http://docs.python.org/devguide/faq>`__ for more
170168
information on getting the source code and compiling it.
171169

172170

@@ -221,10 +219,8 @@ releases are announced on the comp.lang.python and comp.lang.python.announce
221219
newsgroups and on the Python home page at http://www.python.org/; an RSS feed of
222220
news is available.
223221

224-
.. XXX update link once the dev faq is relocated
225-
226222
You can also access the development version of Python through Subversion. See
227-
http://www.python.org/dev/faq/ for details.
223+
http://docs.python.org/devguide/faq for details.
228224

229225

230226
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
239235
report bugs to Python, you can obtain your Roundup password through Roundup's
240236
`password reset procedure <http://bugs.python.org/user?@template=forgotten>`_.
241237

242-
.. XXX adapt link to dev guide
243-
244238
For more information on how Python is developed, consult `the Python Developer's
245-
Guide <http://python.org/dev/>`_.
239+
Guide <http://docs.python.org/devguide/>`_.
246240

247241

248242
Are there any published articles about Python that I can reference?

Doc/using/windows.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ Compiling Python on Windows
290290
If you want to compile CPython yourself, first thing you should do is get the
291291
`source <http://python.org/download/source/>`_. You can download either the
292292
latest release's source or just grab a fresh `checkout
293-
<http://www.python.org/dev/faq/#how-do-i-get-a-checkout-of-the-repository-read-only-and-read-write>`_.
293+
<http://docs.python.org/devguide/setup#checking-out-the-code>`_.
294294

295295
For Microsoft Visual C++, which is the compiler with which official Python
296296
releases are built, the source tree contains solutions/project files. View the

0 commit comments

Comments
 (0)