PEP 266, Optimizing Global Variable/Attribute Access, Skip Montanaro
This commit is contained in:
parent
f51ea84522
commit
48c98884b7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue