[ 
https://issues.apache.org/jira/browse/DISPATCH-1441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16952894#comment-16952894
 ] 

ASF subversion and git services commented on DISPATCH-1441:
-----------------------------------------------------------

Commit 93ea0487ba3ec2b6d7db06815768fac8f0e8af87 in qpid-dispatch's branch 
refs/heads/master from Nicolas Brignone
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=93ea048 ]

DISPATCH-1441: optparse to argparse migration.
Readme also updated.
Some unittests created for the parsing.
All refactor is related to the library migration, as many features from argparse
as possible have been used.


> optparse python library deprecated, migrate to argparse
> -------------------------------------------------------
>
>                 Key: DISPATCH-1441
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-1441
>             Project: Qpid Dispatch
>          Issue Type: New Feature
>            Reporter: Nicolas
>            Priority: Major
>
> from: https://docs.python.org/2/library/optparse.html
> Deprecated since version 2.7: The 
> [{{optparse}}|https://docs.python.org/2/library/optparse.html#module-optparse]
>  module is deprecated and will not be developed further; development will 
> continue with the 
> [{{argparse}}|https://docs.python.org/2/library/argparse.html#module-argparse]
>  module.
> A lot of the manual parsing that is being done manually is able to be done 
> automatically by the argparse library. (like mutually exclusive options, etc).
> Automatic help and error messages may be better also just migrating the 
> library.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to