From 786551c3db37462df85ec6a80e5914b94a15849b Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Thu, 5 Jul 2001 19:20:16 +0000 Subject: [PATCH] Use new acceptable practices for PEP references. --- pep-0239.txt | 2 +- pep-0240.txt | 2 +- pep-0243.txt | 2 +- pep-0244.txt | 30 +++++++++++++++++------------- pep-0245.txt | 8 ++++---- pep-0246.txt | 2 +- pep-0255.txt | 20 +++++++++++++++----- pep-0256.txt | 21 ++++++++++++--------- pep-0257.txt | 9 ++++++--- pep-0258.txt | 9 ++++++--- 10 files changed, 64 insertions(+), 41 deletions(-) diff --git a/pep-0239.txt b/pep-0239.txt index edf5ba3dc67..2562a5bc3fd 100644 --- a/pep-0239.txt +++ b/pep-0239.txt @@ -60,7 +60,7 @@ The rational() Builtin References [1] PEP 240, Adding a Rational Literal to Python, Zadka, - http://python.sourceforge.net/peps/pep-0240.html + http://www.python.org/peps/pep-0240.html Copyright diff --git a/pep-0240.txt b/pep-0240.txt index ca751b7dbc4..b04decdbf0e 100644 --- a/pep-0240.txt +++ b/pep-0240.txt @@ -64,7 +64,7 @@ Common Objections References [1] PEP 239, Adding a Rational Type to Python, Zadka, - http://python.sourceforge.net/peps/pep-0239.html + http://www.python.org/peps/pep-0239.html Copyright diff --git a/pep-0243.txt b/pep-0243.txt index d11abc0d623..a7b41dd3649 100644 --- a/pep-0243.txt +++ b/pep-0243.txt @@ -162,7 +162,7 @@ Status References [1] Metadata for Python Software Package, Kuchling, - http://python.sourceforge.net/peps/pep-0241.html + http://www.python.org/peps/pep-0241.html [2] RFC 1867, Form-based File Upload in HTML http://www.faqs.org/rfcs/rfc1867.html diff --git a/pep-0244.txt b/pep-0244.txt index b49bef7b2bf..f30d07042ca 100644 --- a/pep-0244.txt +++ b/pep-0244.txt @@ -18,12 +18,12 @@ Motivation of improving the language over the long term, over the short term it's contentious and disrupting. - The "Guidelines for Language Evolution" PEP [1] suggests ways to - ease the pain, and this PEP introduces some machinery in support - of that. + PEP 1, Guidelines for Language Evolution[1] suggests ways to ease + the pain, and this PEP introduces some machinery in support of + that. - The "Statically Nested Scopes" PEP [2] is the first application, - and will be used as an example here. + PEP 2, Statically Nested Scopes[2] is the first application, and + will be used as an example here. When a new, potentially incompatible language feature is added, some modules and libraries may chose to use it, while others may @@ -37,11 +37,12 @@ Motivation - those that are designed to eventually become the only option, at which time specifying use of them is not necessary anymore. The features for which the syntax of the "Back to the __future__" - PEP [3] was proposed fall into this category. This PEP supports - declaring such features, and supports phasing out the "old" - meaning of constructs whose semantics has changed under the new - feature. However, it defines no policy as to what features must - be phased out eventually. + PEP 236, Back to the __future__[3] was proposed fall into this + category. This PEP supports declaring such features, and + supports phasing out the "old" meaning of constructs whose + semantics has changed under the new feature. However, it + defines no policy as to what features must be phased out + eventually. - those which are designed to stay optional forever, e.g. if they change some default setting in the interpreter. An example for @@ -150,11 +151,14 @@ Questions and Answers References and Footnotes - [1] http://python.sourceforge.net/peps/pep-0005.html + [1] PEP 5, Guidelines for Language Evolution, Prescod + http://www.python.org/peps/pep-0005.html - [2] http://python.sourceforge.net/peps/pep-0227.html + [2] PEP 227, Statically Nested Scopes, Hylton + http://www.python.org/peps/pep-0227.html - [3] http://python.sourceforge.net/peps/pep-0236.html + [3] PEP 236, Back to the __future__, Peters + http://www.python.org/peps/pep-0236.html Copyright diff --git a/pep-0245.txt b/pep-0245.txt index 9c356d68591..3ab913ea42c 100644 --- a/pep-0245.txt +++ b/pep-0245.txt @@ -468,18 +468,18 @@ References [2] http://www.zope.org [3] PEP 232, Function Attributes, Warsaw - http://python.sourceforge.net/peps/pep-0232.html + http://www.python.org/peps/pep-0232.html [4] PEP 233, Python Online Help, Prescod - http://python.sourceforge.net/peps/pep-0233.html + http://www.python.org/peps/pep-0233.html [5] http://www.lemburg.com/files/python/mxProxy.html [6] PEP 236, Back to the __future__, Peters - http://python.sourceforge.net/peps/pep-0236.html + http://www.python.org/peps/pep-0236.html [7] PEP 230, Warning Framework, van Rossum - http://python.sourceforge.net/peps/pep-0236.html + http://www.python.org/peps/pep-0236.html Copyright diff --git a/pep-0246.txt b/pep-0246.txt index 06547edaf4a..46dec7642a4 100644 --- a/pep-0246.txt +++ b/pep-0246.txt @@ -531,7 +531,7 @@ References and Footnotes [8] http://mail.python.org/pipermail/python-list/2001-March/035197.html - [9] PEP 234, Iterators, Yee + [9] PEP 234, Iterators, Yee, Van Rossum http://www.python.org/peps/pep-0234.txt diff --git a/pep-0255.txt b/pep-0255.txt index 401e5b33560..460c891b3aa 100644 --- a/pep-0255.txt +++ b/pep-0255.txt @@ -451,17 +451,27 @@ Reference Implementation Footnotes and References - [1] PEP 234, http://python.sf.net/peps/pep-0234.html + [1] PEP 234, Iterators, Yee, Van Rossum + http://www.python.org/peps/pep-0234.html + [2] http://www.stackless.com/ - [3] PEP 219, http://python.sf.net/peps/pep-0219.html + + [3] PEP 219, Stackless Python, McMillan + http://www.python.org/peps/pep-0219.html + [4] "Iteration Abstraction in Sather" Murer , Omohundro, Stoutamire and Szyperski http://www.icsi.berkeley.edu/~sather/Publications/toplas.html + [5] http://www.cs.arizona.edu/icon/ - [6] The concept of iterators is described in PEP 234 - http://python.sf.net/peps/pep-0234.html + + [6] The concept of iterators is described in PEP 234. See [1] above. + [7] http://python.ca/nas/python/generator.diff - [8] http://python.sf.net/peps/pep-0236.html + + [8] PEP 236, Back to the __future__, Peters + http://www.python.org/peps/pep-0236.html + [9] To experiment with this implementation, check out Python from CVS according to the instructions at http://sf.net/cvs/?group_id=5470 diff --git a/pep-0256.txt b/pep-0256.txt index f0f652ca416..3c9a4cefc02 100644 --- a/pep-0256.txt +++ b/pep-0256.txt @@ -182,7 +182,7 @@ Specification - First line is a one-line synopsis. - PEP 257, "Docstring Conventions" [12], documents these issues. + PEP 257, Docstring Conventions[12], documents these issues. 2. Docstring processing system generic implementation details. Documents issues such as: @@ -205,8 +205,8 @@ Specification - Output management. These issues are applicable to any docstring processing system - implementation. PEP 258, "DPS Generic Implementation Details" - [13], documents these issues. + implementation. PEP 258, DPS Generic Implementation + Details[13], documents these issues. 3. Docstring processing system implementation. @@ -263,7 +263,8 @@ Project Web Site References and Footnotes - [1] http://python.sf.net/peps/pep-0216.html + [1] PEP 236, Docstring Format, Zadka + http://www.python.org/peps/pep-0216.html [2] http://www.literateprogramming.com/ @@ -285,9 +286,11 @@ References and Footnotes [11] http://dev.zope.org/Members/jim/StructuredTextWiki/FrontPage/ - [12] http://python.sf.net/peps/pep-0257.html + [12] PEP 257, Docstring Conventions, Goodger, Van Rossum + http://www.python.org/peps/pep-0257.html - [13] http://python.sf.net/peps/pep-0258.html + [13] PEP 258, DPS Generic Implementation Details, Goodger + http://www.python.org/peps/pep-0258.html Copyright @@ -297,9 +300,9 @@ Copyright Acknowledgements - This document borrows text from PEP 216 "Docstring Format" by - Moshe Zadka [1]. It is intended as a reorganization of PEP 216 - and its approach. + This document borrows text from PEP 216, Docstring Format by Moshe + Zadka[1]. It is intended as a reorganization of PEP 216 and its + approach. This document also borrows ideas from the archives of the Python Doc-SIG. Thanks to all members past & present. diff --git a/pep-0257.txt b/pep-0257.txt index a4256d50106..3bdc1af6500 100644 --- a/pep-0257.txt +++ b/pep-0257.txt @@ -205,14 +205,17 @@ Specification References and Footnotes - [1] http://python.sf.net/peps/pep-0256.html + [1] PEP 256, Docstring Processing System Framework, Goodger + http://www.python.org/peps/pep-0256.html - [2] http://python.sf.net/peps/pep-0258.html + [2] PEP 258, DPS Generic Implementation Details, Goodger + http://www.python.org/peps/pep-0258.html [3] Guido van Rossum, Python's creator and Benevolent Dictator For Life. - [4] http://www.python.org/doc/essays/styleguide.html + [4] PEP 8, Style Guide for Python Code, van Rossum, Warsaw + http://www.python.org/peps/pep-0008.html [5] http://www.python.org/sigs/doc-sig/ diff --git a/pep-0258.txt b/pep-0258.txt index 353a67ce02b..37a96b80c34 100644 --- a/pep-0258.txt +++ b/pep-0258.txt @@ -312,13 +312,16 @@ Specification References and Footnotes - [1] http://python.sf.net/peps/pep-0256.html + [1] PEP 256, Docstring Processing System Framework, Goodger + http://www.python.org/peps/pep-0256.html [2] http://www.python.org/sigs/doc-sig/ - [3] http://python.sf.net/peps/pep-0224.html + [3] PEP 224, Attribute Docstrings, Lemburg + http://www.python.org/peps/pep-0224.html - [4] http://python.sf.net/peps/pep-0257.html + [4] PEP 257, Docstring Conventions, Goodger, Van Rossum + http://www.python.org/peps/pep-0257.html [5] http://www.rfc-editor.org/rfc/rfc1766.txt