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 dstufft, eric.araujo, python-dev, serhiy.storchaka, vstinner
Date 2015-11-12.17:57:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447351039.92.0.715921157913.issue25607@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you Victor for your review.

It's my fault, I missed this failure when added test_zipfile_vs_zip in issue24982. Perhaps because ran only singular test test_shutil on 2.7, and on 3.x an unexpected output doesn't break tests.

In any case it is more right to fix the original cause in test_distutils that just silence an unexpected output.
History
Date User Action Args
2015-11-12 17:57:19serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, eric.araujo, python-dev, dstufft
2015-11-12 17:57:19serhiy.storchakasetmessageid: <1447351039.92.0.715921157913.issue25607@psf.upfronthosting.co.za>
2015-11-12 17:57:19serhiy.storchakalinkissue25607 messages
2015-11-12 17:57:19serhiy.storchakacreate