Serhiy Storchaka added the comment:

There is a difference between optparse and other deprecated module. Other 
modules are deprecated if they are too buggy or bad-designed to be fixed and 
there are stable standard or third-party modules that provides similar 
functionality. But looking on a number of open issues for argparse it seems 
that optparse is more stable and has less bugs than more powerful argparse.

Having experience with converting many modules from optparse to argparse or 
reviewing converting patches, I can say that not always the conversion can be 
done without loss. For example there is a difference in formatting descriptions.

I think that optparse should be supported in the stdlib for very long time. -1 
for non-pending warning. Don’t have an opinion about pending warning.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25521>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to