[Python-checkins] peps: Fleshed out the bulk of the guidelines, after internal discussion (original) (raw)

georg.brandl python-checkins at python.org
Wed Mar 23 21:23:15 CET 2011


http://hg.python.org/peps/rev/be7150dbe20c changeset: 45:be7150dbe20c user: Barry Warsaw <barry at python.org> date: Tue Jul 25 17:59:08 2000 +0000 summary: Fleshed out the bulk of the guidelines, after internal discussion among the PEP authors and the BDFL.

files: pep-0001.txt | 206 ++++++++++++++++++++++++++++++++++++++- 1 files changed, 203 insertions(+), 3 deletions(-)

diff --git a/pep-0001.txt b/pep-0001.txt --- a/pep-0001.txt +++ b/pep-0001.txt @@ -1,8 +1,208 @@ PEP: 1 -Title: PEP Guidelines +Title: PEP Purpose and Guidelines Version: RevisionRevisionRevision -Owner: bwarsaw at beopen.com (Barry A. Warsaw) -Status: Incomplete +Author: bwarsaw at beopen.com (Barry A. Warsaw),

+Status: Draft +Type: Informational +Created: 13-Jun-2000 +Post-History: + + +What is a PEP? +

Local Variables:

-- Repository URL: http://hg.python.org/peps



More information about the Python-checkins mailing list