python-dev
[Prev] Thread [Next] | [Prev] Date [Next]
[Python-Dev] Proposal: add odict to collections Jim Jewett Mon Jul 14 20:57:16 2008
The odict (as proposed here, ordered on time of key insertion) looks like a close match to the dlict needed by some of the optimization proposals. http://python.org/dev/peps/pep-0267/ -jJ _______________________________________________ Python-Dev mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/alexiscircle%40gmail.com
- [Python-Dev] Proposal: add odict to collections Jim Jewett <=
- [Python-Dev] Proposal: add odict to collections Armin Ronacher
- Re: [Python-Dev] Proposal: add odict to collections Michael Foord
- Re: [Python-Dev] Proposal: add odict to collections Talin
- Re: [Python-Dev] Proposal: add odict to collections Hasan Diwan
- Re: [Python-Dev] Proposal: add odict to collections Martin v. Löwis
- Re: [Python-Dev] Proposal: add odict to collections Armin Ronacher
- Re: [Python-Dev] Proposal: add odict to collections Nick Coghlan
- Re: [Python-Dev] Proposal: add odict to collections Raymond Hettinger
- Re: [Python-Dev] Proposal: add odict to collections Armin Ronacher
- Re: [Python-Dev] Proposal: add odict to collections Alexander Schremmer