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 adamchainz
Recipients adamchainz
Date 2021-11-22.10:29:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637576990.34.0.316155860666.issue45865@roundup.psfhosted.org>
In-reply-to
Content
I often browse the unittest code in order to write extensions. It still uses some Python 2-isms like classes inheriting from object, it would be nice to clean that up.
History
Date User Action Args
2021-11-22 10:29:50adamchainzsetrecipients: + adamchainz
2021-11-22 10:29:50adamchainzsetmessageid: <1637576990.34.0.316155860666.issue45865@roundup.psfhosted.org>
2021-11-22 10:29:50adamchainzlinkissue45865 messages
2021-11-22 10:29:50adamchainzcreate