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 adfrost
Recipients adfrost, berker.peksag, eric.araujo, ezio.melotti, flox, mike_hart, rhettinger
Date 2019-12-04.00:48:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575420528.75.0.378851991442.issue7982@roundup.psfhosted.org>
In-reply-to
Content
in test_xmlrpc.py, it can replace this entire function
- https://github.com/python/cpython/blob/8f4ef3b019ce380022018587571b0f970e668de3/Lib/test/test_xmlrpc.py#L1344
in test_source_encoding.py, it can remove this line
- https://github.com/python/cpython/blob/8f4ef3b019ce380022018587571b0f970e668de3/Lib/test/test_source_encoding.py#L209

It could also be useful if a test file switches between encoding schemes frequently.
History
Date User Action Args
2019-12-04 00:48:48adfrostsetrecipients: + adfrost, rhettinger, ezio.melotti, eric.araujo, flox, berker.peksag, mike_hart
2019-12-04 00:48:48adfrostsetmessageid: <1575420528.75.0.378851991442.issue7982@roundup.psfhosted.org>
2019-12-04 00:48:48adfrostlinkissue7982 messages
2019-12-04 00:48:48adfrostcreate