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 paul.j3
Recipients BreamoreBoy, bethard, ncoghlan, paul.j3, peter.otten, tebeka
Date 2014-08-24.20:03:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408910582.19.0.586952577233.issue22240@psf.upfronthosting.co.za>
In-reply-to
Content
The patch tests assume the test is being run in a particular way:

    python -m unittest ...

But I often use

    python3 -m unittest ...

or

    python3 test_argparse.py

both of which fail these tests.

Testing this change might be more difficult than implementing it.
History
Date User Action Args
2014-08-24 20:03:02paul.j3setrecipients: + paul.j3, tebeka, ncoghlan, peter.otten, bethard, BreamoreBoy
2014-08-24 20:03:02paul.j3setmessageid: <1408910582.19.0.586952577233.issue22240@psf.upfronthosting.co.za>
2014-08-24 20:03:02paul.j3linkissue22240 messages
2014-08-24 20:03:02paul.j3create