Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
8ed41a8e
Commit
8ed41a8e
authored
Feb 26, 2011
by
Éric Araujo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace links to the old dev doc with links to the new devguide.
parent
18dd0df5
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
7 deletions
+9
-7
Doc/bugs.rst
Doc/bugs.rst
+4
-2
Doc/faq/general.rst
Doc/faq/general.rst
+3
-3
Doc/using/unix.rst
Doc/using/unix.rst
+1
-1
Doc/using/windows.rst
Doc/using/windows.rst
+1
-1
No files found.
Doc/bugs.rst
View file @
8ed41a8e
...
...
@@ -57,12 +57,14 @@ were using (including version information as appropriate).
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 <http://docs.python.org/devguide/>`_
Detailed description of the issue workflow and developers tools.
`How to Report Bugs Effectively <http://www.chiark.greenend.org.uk/~sgtatham/bugs.html>`_
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.
...
...
Doc/faq/general.rst
View file @
8ed41a8e
...
...
@@ -166,7 +166,7 @@ and run out of the box on most UNIX platforms.
.. XXX update link once the dev faq is relocated
Consult the `Developer FAQ <http://
www.python.org/dev/faq/
>`__ for more
Consult the `Developer FAQ <http://
docs.python.org/devguide/faq
>`__ for more
information on getting the source code and compiling it.
...
...
@@ -224,7 +224,7 @@ 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?
...
...
@@ -242,7 +242,7 @@ report bugs to Python, you can obtain your Roundup password through Roundup's
.. XXX adapt link to dev guide
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?
...
...
Doc/using/unix.rst
View file @
8ed41a8e
...
...
@@ -66,7 +66,7 @@ Building Python
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
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
-
writ
e
>`
_
.
<
http
://
docs
.
python
.
org
/
devguide
/
setup
#
checking
-
out
-
the
-
cod
e
>`
_
.
The
build
process
consists
the
usual
::
...
...
Doc/using/windows.rst
View file @
8ed41a8e
...
...
@@ -290,7 +290,7 @@ Compiling Python on Windows
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
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-writ
e>`_.
<http://
docs.python.org/devguide/setup#checking-out-the-cod
e>`_.
For Microsoft Visual C++, which is the compiler with which official Python
releases are built, the source tree contains solutions/project files. View the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment