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 taleinat, terry.reedy
Date 2021-01-23.21:20:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611436831.18.0.743701112328.issue43013@roundup.psfhosted.org>
In-reply-to
Content
Tal, just so you know in case you see a resulting merge conflict.  I've been waiting for years to do these until most PRs were closed.  Has not happened, and annoyances continue.

Since there is no search option I can find to search for PRs with a merge conflict, I assume that they are not discovered until a PR is accessed.  So when some of these are done, I will search with 'idle in:title', open, scroll down, and fix.

1. 9 leftover 'object's from 2.x "class C(object):" headers.

2. 6 unneeded 'list's added by 2to3 to make 'for item in list(iterable):'.

3. import 3.x-tkinter name as 2.x-tkinter; needs some care but fixes will be easy to verify.

4. builtin names like 'object', 'dict', and 'type' used as parameter names; I am open to opinion of adding '_' versus abbreviating versus alternative.  

5. ??
History
Date User Action Args
2021-01-23 21:20:31terry.reedysetrecipients: + terry.reedy, taleinat
2021-01-23 21:20:31terry.reedysetmessageid: <1611436831.18.0.743701112328.issue43013@roundup.psfhosted.org>
2021-01-23 21:20:31terry.reedylinkissue43013 messages
2021-01-23 21:20:31terry.reedycreate