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 akira
Recipients Tarsis.Azevedo, akira, bethard, doughellmann, eric.araujo
Date 2010-11-21.23:29:21
SpamBayes Score 1.198248e-05
Marked as misclassified No
Message-id <1290382163.38.0.23234569746.issue9509@psf.upfronthosting.co.za>
In-reply-to
Content
Simplified the patch and added test for a non-existent file in issue9509.patch

The test `py3k/python -m test.regrtest test_argparse` fails without the patch and succeeds with it.

The docs in Doc/library/argparse.rst and Lib/argparse.py  don't need to be changed (neither mention IOError and it is a buf fix).

Misc/NEWS and Misc/ACKS don't need to be changed (?).

I've uploaded the patch to Rietveld http://codereview.appspot.com/3251041/
History
Date User Action Args
2010-11-21 23:29:23akirasetrecipients: + akira, bethard, eric.araujo, doughellmann, Tarsis.Azevedo
2010-11-21 23:29:23akirasetmessageid: <1290382163.38.0.23234569746.issue9509@psf.upfronthosting.co.za>
2010-11-21 23:29:21akiralinkissue9509 messages
2010-11-21 23:29:21akiracreate