Skip to content

Commit

Permalink
update some urls
Browse files Browse the repository at this point in the history
  • Loading branch information
warsaw committed Aug 10, 2008
1 parent 28eda97 commit ae4547d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions pep-0006.txt
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,10 @@ References
[1] http://www.tcl.tk/cgi-bin/tct/tip/28.html

[2] PEP 3, Guidelines for Handling Bug Reports, Hylton
http://www.python.org/peps/pep-0003.html
http://www.python.org/dev/peps/pep-0003.html

[3] PEP 235, Import on Case-Insensitive Platforms, Peters
http://www.python.org/peps/pep-0235.html
http://www.python.org/dev/peps/pep-0235.html


Copyright
Expand Down
2 changes: 1 addition & 1 deletion pep-0007.txt
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ Documentation Strings
References

[1] PEP 8, Style Guide for Python Code, van Rossum, Warsaw
http://www.python.org/peps/pep-0008.html
http://www.python.org/dev/peps/pep-0008.html


Copyright
Expand Down
8 changes: 4 additions & 4 deletions pep-0009.txt
Original file line number Diff line number Diff line change
Expand Up @@ -188,12 +188,12 @@ Plaintext PEP Formatting Requirements
References

[7] PEP 1, PEP Purpose and Guidelines, Warsaw, Hylton
http://www.python.org/peps/pep-0001.html
http://www.python.org/dev/peps/pep-0001.html

If you decide to provide an explicit URL for a PEP, please use
this as the URL template:

http://www.python.org/peps/pep-xxxx
http://www.python.org/dev/peps/pep-xxxx

PEP numbers in URLs must be padded with zeros from the left, so as
to be exactly 4 characters wide, however PEP numbers in the text
Expand All @@ -203,10 +203,10 @@ Plaintext PEP Formatting Requirements
References

[1] PEP 1, PEP Purpose and Guidelines, Warsaw, Hylton
http://www.python.org/peps/pep-0001
http://www.python.org/dev/peps/pep-0001

[2] PEP 12, Sample reStructuredText PEP Template, Goodger, Warsaw
http://www.python.org/peps/pep-0012
http://www.python.org/dev/peps/pep-0012

[3] http://www.opencontent.org/openpub/

Expand Down
10 changes: 5 additions & 5 deletions pep-0012.txt
Original file line number Diff line number Diff line change
Expand Up @@ -484,12 +484,12 @@ followed by the footnote body. For example::
==========

.. [2] PEP 1, "PEP Purpose and Guidelines", Warsaw, Hylton
(http://www.python.org/peps/pep-0001)
(http://www.python.org/dev/peps/pep-0001)

If you decide to provide an explicit URL for a PEP, please use this as
the URL template::

http://www.python.org/peps/pep-xxxx
http://www.python.org/dev/peps/pep-xxxx

PEP numbers in URLs must be padded with zeros from the left, so as to
be exactly 4 characters wide, however PEP numbers in the text are
Expand All @@ -510,7 +510,7 @@ other characters are allowed). For example::

.. [#PEP-1] PEP 1, "PEP Purpose and Guidelines", Warsaw, Hylton

http://www.python.org/peps/pep-0001
http://www.python.org/dev/peps/pep-0001

Footnotes and footnote references will be numbered automatically, and
the numbers will always match. Once a PEP is finalized, auto-numbered
Expand Down Expand Up @@ -621,10 +621,10 @@ References
==========

.. [1] PEP 1, PEP Purpose and Guidelines, Warsaw, Hylton
(http://www.python.org/peps/pep-0001)
(http://www.python.org/dev/peps/pep-0001)

.. [2] PEP 9, Sample Plaintext PEP Template, Warsaw
(http://www.python.org/peps/pep-0009)
(http://www.python.org/dev/peps/pep-0009)


Copyright
Expand Down

0 comments on commit ae4547d

Please sign in to comment.