From b6056eb4dde99f88862b711d5534ac277b71049e Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Wed, 27 Jun 2001 17:12:05 +0000 Subject: [PATCH] Added PEP 100, Python Unicode Integration, Lemburg --- pep-0000.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pep-0000.txt b/pep-0000.txt index 16231051f..4d34be166 100644 --- a/pep-0000.txt +++ b/pep-0000.txt @@ -77,6 +77,7 @@ Index by Category Finished PEPs (done, implemented) + SF 100 pep-0100.txt Python Unicode Integration Lemburg IF 160 pep-0160.txt Python 1.6 Release Schedule Drake IF 200 pep-0200.txt Python 2.0 Release Schedule Hylton SF 201 pep-0201.txt Lockstep Iteration Warsaw @@ -124,6 +125,7 @@ Numerical Index I 5 pep-0005.txt Guidelines for Language Evolution Prescod I 6 pep-0006.txt Bug Fix Releases Aahz I 42 pep-0042.txt Small Feature Requests Hylton + SF 100 pep-0100.txt Python Unicode Integration Lemburg IF 160 pep-0160.txt Python 1.6 Release Schedule Drake