[Python-checkins] peps: Initial set of Python Enhancement Proposals (original) (raw)

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


http://hg.python.org/peps/rev/052748287b89 changeset: 0:052748287b89 user: Barry Warsaw <barry at python.org> date: Thu Jul 13 06:33:08 2000 +0000 summary: Initial set of Python Enhancement Proposals

files: pep-0000.txt | 31 ++++ pep-0001.txt | 11 + pep-0200.txt | 21 +++ pep-0201.txt | 247 +++++++++++++++++++++++++++++++++++++++ pep-0202.txt | 12 + pep-0203.txt | 12 + 6 files changed, 334 insertions(+), 0 deletions(-)

diff --git a/pep-0000.txt b/pep-0000.txt new file mode 100644 --- /dev/null +++ b/pep-0000.txt @@ -0,0 +1,31 @@ +PEP: 0 +Title: Index of Python Enhancement Proposals (PEPs) +Version: RevisionRevisionRevision +Owner: bwarsaw at beopen.com (Barry A. Warsaw) +Status: Active + + +Introduction +

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



More information about the Python-checkins mailing list