[Python-Dev] Python 2.3 release schedule

Oren Tirosh oren-py-d@hishome.net
Sat, 25 May 2002 06:43:58 -0400


On Fri, May 24, 2002 at 06:17:37PM -0400, Guido van Rossum wrote:
> >     PEP 266  Optimizing Global Variable/Attribute Access  Montanaro
> >     PEP 267  Optimized Access to Module Namespaces        Hylton
> >     PEP 280  Optimizing access to globals                 van Rossum

<PLUG>
My fastnames patch achieves much of what these PEPs are aiming for with 
minimal changes to the interpreter: http://tothink.com/python/fastnames
</PLUG>

	Oren