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 ezio.melotti
Recipients ezio.melotti, mangrisano, xdegaye
Date 2019-05-23.13:02:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558616545.59.0.596145264144.issue36713@roundup.psfhosted.org>
In-reply-to
Content
The duplicate method is gone from 3.5+, but it is still present on 2.7:
Lib/ctypes/test/test_unicode.py:96
Lib/ctypes/test/test_unicode.py:110

The one at line 96 should be renamed "test_ascii_strict".

Michele, do you want to work on a PR to fix it?
History
Date User Action Args
2019-05-23 13:02:25ezio.melottisetrecipients: + ezio.melotti, xdegaye, mangrisano
2019-05-23 13:02:25ezio.melottisetmessageid: <1558616545.59.0.596145264144.issue36713@roundup.psfhosted.org>
2019-05-23 13:02:25ezio.melottilinkissue36713 messages
2019-05-23 13:02:25ezio.melotticreate