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 eric.araujo
Recipients eric.araujo, sobolevn
Date 2021-12-31.19:12:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640977924.02.0.891900303151.issue46198@roundup.psfhosted.org>
In-reply-to
Content
Also fund a duplicate TestHelpers class in test_enum.

A warning for duplicate method is a false positive, because the two methods are used on different python versions.  But the first method uses `self.Grades.B` wrongly (should be `Grades.B`) so it will break when python 3.12 is started!
History
Date User Action Args
2021-12-31 19:12:04eric.araujosetrecipients: + eric.araujo, sobolevn
2021-12-31 19:12:04eric.araujosetmessageid: <1640977924.02.0.891900303151.issue46198@roundup.psfhosted.org>
2021-12-31 19:12:04eric.araujolinkissue46198 messages
2021-12-31 19:12:03eric.araujocreate