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 terry.reedy
Recipients bethard, eric.araujo, michael.foord, terry.reedy
Date 2011-04-22.23:37:48
SpamBayes Score 7.9686913e-07
Marked as misclassified No
Message-id <1303515469.69.0.790895935243.issue11906@psf.upfronthosting.co.za>
In-reply-to
Content
If I put the same line I ran interactively in a file and run it

from test import test_argparse as t; t.test_main()

all tests pass. So it is specifically a problem from the interactive prompt.
History
Date User Action Args
2011-04-22 23:37:49terry.reedysetrecipients: + terry.reedy, bethard, eric.araujo, michael.foord
2011-04-22 23:37:49terry.reedysetmessageid: <1303515469.69.0.790895935243.issue11906@psf.upfronthosting.co.za>
2011-04-22 23:37:48terry.reedylinkissue11906 messages
2011-04-22 23:37:48terry.reedycreate