[Python-checkins] CVS: python/nondist/peps pep-0000.txt,1.124,1.125
Barry Warsaw
bwarsaw@users.sourceforge.net
Tue, 14 Aug 2001 17:06:04 -0700
Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv21943
Modified Files:
pep-0000.txt
Log Message:
PEP 266, Optimizing Global Variable/Attribute Access, Skip Montanaro
Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.124
retrieving revision 1.125
diff -C2 -d -r1.124 -r1.125
*** pep-0000.txt 2001/08/14 23:59:22 1.124
--- pep-0000.txt 2001/08/15 00:06:02 1.125
***************
*** 83,86 ****
--- 83,87 ----
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)
***************
*** 212,215 ****
--- 213,217 ----
S 264 Future statements in simulated shells Hudson
S 265 Sorting Dictionaries by Value Griffin
+ S 266 Optimizing Global Variable/Attribute Access Montanaro
Key
***************
*** 242,245 ****
--- 244,248 ----
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