[issue17100] rotating an ordereddict

Serhiy Storchaka report at bugs.python.org
Sun Feb 24 10:41:43 CET 2013


Serhiy Storchaka added the comment:

Perhaps for consistency with popitem() and move_to_end() it is worth to merge rotate_at() and rotate_after() in one method (rotate_to()? move_to()?) with a boolean parameter.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17100>
_______________________________________


More information about the Python-bugs-list mailing list