From 48c98884b7ba8a2d5ef11666d2d117f187a1e17c Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Wed, 15 Aug 2001 00:06:02 +0000 Subject: [PATCH] PEP 266, Optimizing Global Variable/Attribute Access, Skip Montanaro --- pep-0000.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pep-0000.txt b/pep-0000.txt index 99f22661b..115b51c16 100644 --- a/pep-0000.txt +++ b/pep-0000.txt @@ -82,6 +82,7 @@ Index by Category S 245 Python Interface Syntax Pelletier S 246 Object Adaptation Evans S 254 Making Classes Look More Like Types van Rossum + S 266 Optimizing Global Variable/Attribute Access Montanaro Finished PEPs (done, implemented in CVS) @@ -211,6 +212,7 @@ Numerical Index S 263 Defining Python Source Code Encodings Lemburg S 264 Future statements in simulated shells Hudson S 265 Sorting Dictionaries by Value Griffin + S 266 Optimizing Global Variable/Attribute Access Montanaro Key @@ -241,6 +243,7 @@ Owners Lielens, Gregory gregory.lielens@fft.be von Loewis, Martin loewis@informatik.hu-berlin.de McMillan, Gordon gmcm@hypernet.com + Montanaro, Skip skip@pobox.com Moore, Paul gustav@morpheus.demon.co.uk Oliphant, Travis oliphant@ee.byu.edu Pelletier, Michel michel@digicool.com