[issue32411] Idlelib.browser: stop sorting dicts created by pyclbr

Terry J. Reedy report at bugs.python.org
Sun May 20 19:16:57 EDT 2018


Terry J. Reedy <tjreedy at udel.edu> added the comment:

The patch is trivial, and I assume that the test change is adequate, but I want to put this issue on hold for the present because
a) the performance gain is minuscule (the code cleanup is worth a bit more);
b) I am reluctant to backport something to 3.6 that depends on an unofficial implementation change, but not doing so will make backports of changes in this area not automatic;
c) I think I want to switch the browsers to ttk.Treeview, I hope before 3.6 goes off maintenance, and I expect that doing so will change this area of the code, and possibly the line being changed.

'The present' ends when 3.6 maintenance ends in 6 months or at least the module browser is patched, whichever is first.

----------
stage: test needed -> patch review
versions: +Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32411>
_______________________________________


More information about the Python-bugs-list mailing list