[Python-Dev] The current dict is not an "OrderedDict"
Peter Ludemann
pludemann at google.com
Tue Nov 7 14:32:17 EST 2017
More information about the Python-Dev mailing list
Tue Nov 7 14:32:17 EST 2017
- Previous message (by thread): [Python-Dev] The current dict is not an "OrderedDict"
- Next message (by thread): [Python-Dev] The current dict is not an "OrderedDict"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Does it matter whether the dict order after pop/delete is explicitly specified, or just specified that it's deterministic? On 7 November 2017 at 11:28, Antoine Pitrou <solipsis at pitrou.net> wrote: > On Wed, 8 Nov 2017 06:19:46 +1100 > Chris Angelico <rosuav at gmail.com> wrote: > > > > I've used a good few dictionary objects in my time, but most of them > > have literally never had any items deleted from them. > > Well... It really depends what kind of problem you're solving. I > certainly delete or pop items from dicts quite often. > > Let's not claim that deleting items from a dict is a rare or advanced > feature. It is not. > > Regards > > Antoine. > > > _______________________________________________ > Python-Dev mailing list > Python-Dev at python.org > https://mail.python.org/mailman/listinfo/python-dev > Unsubscribe: https://mail.python.org/mailman/options/python-dev/ > pludemann%40google.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20171107/1765ee16/attachment.html>
- Previous message (by thread): [Python-Dev] The current dict is not an "OrderedDict"
- Next message (by thread): [Python-Dev] The current dict is not an "OrderedDict"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list