On Sun, 23 Jun 2013 20:37:37 -0700 Raymond Hettinger <raymond.hettin...@gmail.com> wrote: > But it isn't worth all the second guessing (and what feels like sniping). > I've worked on this code for almost a decade. As far as I can tell, none > of the participants in this thread has ever previously shown any interest > in the deque object.
How do you measure "showing any interest"? I certainly use deques regularly (thank you for implementing them) and I'm sure others do too. I'm also interested in how the type is implemented and what the tradeoffs are there. Otherwise I wouldn't have noticed your commit. (if you remember, I was also interested enough to propose grafting deque-like functionality on OrderedDict: http://bugs.python.org/issue17100) Regards Antoine. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com