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 LorenzMende
Recipients LorenzMende, paul.moore, steve.dower, terry.reedy, tim.golden, vstinner, zach.ware
Date 2018-07-21.09:47:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532166439.25.0.56676864532.issue25094@psf.upfronthosting.co.za>
In-reply-to
Content
Approving the behaviour on 3.6.5 and fresh cpython-built @master:

From the docs: test_sundry "contains extremely basic regression tests... which don't have separate tests of their own".

IMHO 2to3 can be added to the whitelist of test_sundry as it comes with its own unit tests. When test_sundry runs import_tool with '2to3', lib2to3 is called without args, resulting in an exit 2 which breaks the basic test.
History
Date User Action Args
2018-07-21 09:47:19LorenzMendesetrecipients: + LorenzMende, terry.reedy, paul.moore, vstinner, tim.golden, zach.ware, steve.dower
2018-07-21 09:47:19LorenzMendesetmessageid: <1532166439.25.0.56676864532.issue25094@psf.upfronthosting.co.za>
2018-07-21 09:47:19LorenzMendelinkissue25094 messages
2018-07-21 09:47:19LorenzMendecreate