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 berker.peksag
Recipients Arfrever, berker.peksag, eric.araujo, ingrid
Date 2016-06-10.18:35:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465583759.08.0.0967794509039.issue20900@psf.upfronthosting.co.za>
In-reply-to
Content
issue20900.patch looks good to me. We are already testing output of "python -setup.py upload --show-response" in Lib/distutils/tests/test_upload.py so I removed test_show_reponse and tweaked test_upload to test the whole line:

    -        self.assertIn('xyzzy\n', results[-1])
    +        self.assertEqual(results[-1], 75 * '-' + '\nxyzzy\n' + 75 * '-')
History
Date User Action Args
2016-06-10 18:35:59berker.peksagsetrecipients: + berker.peksag, eric.araujo, Arfrever, ingrid
2016-06-10 18:35:59berker.peksagsetmessageid: <1465583759.08.0.0967794509039.issue20900@psf.upfronthosting.co.za>
2016-06-10 18:35:59berker.peksaglinkissue20900 messages
2016-06-10 18:35:58berker.peksagcreate