Terry J. Reedy <tjre...@udel.edu> added the comment:

There are about 40 open PRs with 'idle' or 'idlelib' in title.  I only found 2 
or 3 with merge conflicts related to this issue -- and they are easy to fix.  
There are more conflicts from other patches (some fixed).  These are usually 
more difficult to fix as when a PR adds code where another patch later adds 
code and both additions need to be kept, in the proper order.

TODO: 4 built-in name parameters, 6 .keys(), 7 pyupgrade.  The latter found 
fixups in about 15 idlelib files and a few test files.  I may do these for 
individual files that are well tested or are being worked on.
---

Anthony: removing 'set' from 'list(set(interable))' is wrong if 'set' were 
added to remove duplicates.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43013>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to