This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients Anthony Sottile, miss-islington, taleinat, terry.reedy
Date 2021-01-25.13:56:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611582960.66.0.937341925746.issue43013@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-01-25 13:56:00terry.reedysetrecipients: + terry.reedy, taleinat, Anthony Sottile, miss-islington
2021-01-25 13:56:00terry.reedysetmessageid: <1611582960.66.0.937341925746.issue43013@roundup.psfhosted.org>
2021-01-25 13:56:00terry.reedylinkissue43013 messages
2021-01-25 13:56:00terry.reedycreate