From 66bfc7a45f68913a574cb2c903919fcac01b2952 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 15 Aug 2000 14:29:21 +0000 Subject: [PATCH] PEP 221, Import As, assigned Thomas Wouters --- pep-0000.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/pep-0000.txt b/pep-0000.txt index ddec77c10..be0693b27 100644 --- a/pep-0000.txt +++ b/pep-0000.txt @@ -45,6 +45,7 @@ Index S 218 pep-0218.txt Adding a Built-In Set Object Type gvwilson T 219 pep-0219.txt Stackless Python gmcm I 220 pep-0220.txt Coroutines, Generators, Continuations gmcm + S 221 pep-0221.txt Import As twouters Key