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 serhiy.storchaka
Recipients Michael.Felt, miss-islington, serhiy.storchaka
Date 2021-03-30.08:31:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617093071.54.0.679185821253.issue43659@roundup.psfhosted.org>
In-reply-to
Content
Please also try to comment out the following line in test_output_string. Does it help?

                s = '\u0661\u0662\u0663\u0664'
                try:
                    func(s, 3)
                except UnicodeEncodeError:
                    self.assertRaises(UnicodeEncodeError, s.encode, encoding)
History
Date User Action Args
2021-03-30 08:31:11serhiy.storchakasetrecipients: + serhiy.storchaka, Michael.Felt, miss-islington
2021-03-30 08:31:11serhiy.storchakasetmessageid: <1617093071.54.0.679185821253.issue43659@roundup.psfhosted.org>
2021-03-30 08:31:11serhiy.storchakalinkissue43659 messages
2021-03-30 08:31:11serhiy.storchakacreate