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 steve.dower
Recipients James Abel, lukasz.langa, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-10-02.17:33:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570037589.99.0.672362950548.issue38344@roundup.psfhosted.org>
In-reply-to
Content
Adding this to the end of test_unicode_in_batch_file seems to be sufficient to cause the test to fail:

        self.assertEqual(err.strip(), '')

Potentially we should add that additional check throughout this test module, but I don't think that's needed for a post-RC fix.
History
Date User Action Args
2019-10-02 17:33:10steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, lukasz.langa, zach.ware, James Abel
2019-10-02 17:33:09steve.dowersetmessageid: <1570037589.99.0.672362950548.issue38344@roundup.psfhosted.org>
2019-10-02 17:33:09steve.dowerlinkissue38344 messages
2019-10-02 17:33:09steve.dowercreate