[Python-Dev] PEP 372 -- Adding an ordered directory to collections ready for pronouncement

Raymond Hettinger python at rcn.com
Tue Mar 3 21:20:56 CET 2009


> I recommend that you either make this a
> __private variable (signalling strongly that people shouldn't ever
> reference it),

Will do.  We want to make sure we can substitute a C implementation that has a completely different underlying structure (hash table 
plus a doubly linked list).


Raymond 



More information about the Python-Dev mailing list