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-09-08.19:54:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410206071.42.0.970662492391.issue22240@psf.upfronthosting.co.za>
In-reply-to
Content
When I apply `prog3.diff` to my 3.5.0dev, and run

    python3 -m unittest Lib/test/test_argparse.py

I get 2 failures, both over 'usage: python3 -m [unit]test'.

It also fails with

    python3 test_argparse.py

I suspect it would also fail if I ran the tests with `nosetests` (though I'm not setup to use that in the development version).
History
Date User Action Args
2014-09-08 19:54:31paul.j3setrecipients: + paul.j3, tebeka, ncoghlan, peter.otten, bethard, BreamoreBoy
2014-09-08 19:54:31paul.j3setmessageid: <1410206071.42.0.970662492391.issue22240@psf.upfronthosting.co.za>
2014-09-08 19:54:31paul.j3linkissue22240 messages
2014-09-08 19:54:31paul.j3create