(original) (raw)
changeset: 72936:9ef20fbd340f branch: 3.2 parent: 72931:f87187e61961 user: Éric Araujo merwok@netwok.org date: Fri Oct 14 17:37:45 2011 +0200 files: Doc/bugs.rst Doc/faq/general.rst Doc/using/windows.rst description: Update dead references from py.org/dev/faq to the devguide (#13176) diff -r f87187e61961 -r 9ef20fbd340f Doc/bugs.rst --- a/Doc/bugs.rst Fri Oct 14 16:50:09 2011 +0200 +++ b/Doc/bugs.rst Fri Oct 14 17:37:45 2011 +0200 @@ -57,12 +57,14 @@ Each bug report will be assigned to a developer who will determine what needs to be done to correct the problem. You will receive an update each time action is -taken on the bug. See http://www.python.org/dev/workflow/ for a detailed -description of the issue workflow. +taken on the bug. .. seealso:: + `Python Developer's Guide `_ + Detailed description of the issue workflow and developers tools. + `How to Report Bugs Effectively `_ Article which goes into some detail about how to create a useful bug report. This describes what kind of information is useful and why it is useful. diff -r f87187e61961 -r 9ef20fbd340f Doc/faq/general.rst --- a/Doc/faq/general.rst Fri Oct 14 16:50:09 2011 +0200 +++ b/Doc/faq/general.rst Fri Oct 14 17:37:45 2011 +0200 @@ -164,9 +164,7 @@ several useful pieces of freely distributable software. The source will compile and run out of the box on most UNIX platforms. -.. XXX update link once the dev faq is relocated - -Consult the `Developer FAQ `__ for more +Consult the `Developer FAQ `__ for more information on getting the source code and compiling it. @@ -221,10 +219,8 @@ newsgroups and on the Python home page at http://www.python.org/; an RSS feed of news is available. -.. XXX update link once the dev faq is relocated - 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? @@ -239,10 +235,8 @@ report bugs to Python, you can obtain your Roundup password through Roundup's `password reset procedure `_. -.. XXX adapt link to dev guide - For more information on how Python is developed, consult `the Python Developer's -Guide `_. +Guide `_. Are there any published articles about Python that I can reference? diff -r f87187e61961 -r 9ef20fbd340f Doc/using/windows.rst --- a/Doc/using/windows.rst Fri Oct 14 16:50:09 2011 +0200 +++ b/Doc/using/windows.rst Fri Oct 14 17:37:45 2011 +0200 @@ -290,7 +290,7 @@ If you want to compile CPython yourself, first thing you should do is get the `source `_. You can download either the latest release's source or just grab a fresh `checkout -`_. +`_. For Microsoft Visual C++, which is the compiler with which official Python releases are built, the source tree contains solutions/project files. View the/merwok@netwok.org