mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Merged revisions 80150,80460-80461 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r80150 | r.david.murray | 2010-04-17 17:45:38 +0200 (Sa, 17 Apr 2010) | 2 lines Update link to Apple Publication Style guide. ........ r80460 | georg.brandl | 2010-04-25 12:16:00 +0200 (So, 25 Apr 2010) | 1 line #8528: fix typo. ........ r80461 | georg.brandl | 2010-04-25 12:17:27 +0200 (So, 25 Apr 2010) | 1 line #8522: use with statement instead of try-finally for file handling. ........
This commit is contained in:
parent
7f810cd915
commit
386bc6d380
3 changed files with 3 additions and 6 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue