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 Retro
Recipients Retro
Date 2011-04-20.11:58:40
SpamBayes Score 1.192121e-05
Marked as misclassified No
Message-id <1303300720.91.0.791889164093.issue11885@psf.upfronthosting.co.za>
In-reply-to
Content
Hello, I am returning to report new fixes to be made to argparse docs. The issues can be observed in this link:

http://docs.python.org/dev/library/argparse.html#upgrading-optparse-code


1) "When most everything in optparse had either been copy-pasted over or monkey-patched ..."

"When most in optparse had either been copy-pasted over or monkey-patched ..."

Word "everything" was removed.

2) "- Replace strings with implicit arguments such as %default or %prog with the standard python syntax to use dictionaries to format strings, that is, %(default)s and %(prog)s."

"- Replace strings with implicit arguments such as %default or %prog with the standard Python syntax to use dictionaries to format strings, that is %(default)s and %(prog)s."

Word "python" was fixed to "Python" and comma was deleted after "that is".


Please fix this. Thanks.
History
Date User Action Args
2011-04-20 11:58:41Retrosetrecipients: + Retro
2011-04-20 11:58:40Retrosetmessageid: <1303300720.91.0.791889164093.issue11885@psf.upfronthosting.co.za>
2011-04-20 11:58:40Retrolinkissue11885 messages
2011-04-20 11:58:40Retrocreate