This commit is contained in:
Georg Brandl 2010-04-25 10:16:00 +00:00
parent ca2e61276e
commit 404bd7f473
1 changed files with 1 additions and 1 deletions

View File

@ -1700,7 +1700,7 @@ Upgrading optparse code
Originally, the argparse module had attempted to maintain compatibility with
optparse. However, optparse was difficult to extend transparently, particularly
with the changes required to support the new ``nargs=`` specifiers and better
usage messges. When most everything in optparse had either been copy-pasted
usage messages. When most everything in optparse had either been copy-pasted
over or monkey-patched, it no longer seemed practical to try to maintain the
backwards compatibility.