[issue17462] argparse FAQ: how it is different from optparse

2014-09-26 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the patch, Anastasia. -- assignee: eric.araujo -> berker.peksag keywords: +easy nosy: +berker.peksag resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker

[issue17462] argparse FAQ: how it is different from optparse

2014-09-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4eb847e7ddde by Berker Peksag in branch '2.7': Issue #17462: Add a paragraph about advantages of argparse over optparse. https://hg.python.org/cpython/rev/4eb847e7ddde -- ___ Python tracker

[issue17462] argparse FAQ: how it is different from optparse

2014-09-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 84313c61e60d by Berker Peksag in branch '3.4': Issue #17462: Add a paragraph about advantages of argparse over optparse. https://hg.python.org/cpython/rev/84313c61e60d New changeset 45e1c0029aff by Berker Peksag in branch 'default': Issue #17462: Ad

[issue17462] argparse FAQ: how it is different from optparse

2014-06-20 Thread Raymond Hettinger
Raymond Hettinger added the comment: Thanks for the patch. It reads well and is informative. -- nosy: +rhettinger ___ Python tracker ___

[issue17462] argparse FAQ: how it is different from optparse

2014-06-19 Thread Ezio Melotti
Ezio Melotti added the comment: Patch LGTM. -- versions: +Python 3.5 -Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue17462] argparse FAQ: how it is different from optparse

2014-03-18 Thread Éric Araujo
Éric Araujo added the comment: Thanks for the patch, will apply. -- assignee: docs@python -> eric.araujo stage: needs patch -> commit review ___ Python tracker ___ __

[issue17462] argparse FAQ: how it is different from optparse

2014-03-18 Thread Anastasia.Filatova
Changes by Anastasia.Filatova : Added file: http://bugs.python.org/file34488/Issue17462_py34.patch ___ Python tracker ___ ___ Python-bugs-list

[issue17462] argparse FAQ: how it is different from optparse

2014-03-18 Thread Anastasia.Filatova
Changes by Anastasia.Filatova : Added file: http://bugs.python.org/file34487/Issue17462_py33.patch ___ Python tracker ___ ___ Python-bugs-list

[issue17462] argparse FAQ: how it is different from optparse

2014-03-18 Thread Anastasia.Filatova
Anastasia.Filatova added the comment: Now argparse documentation includes a paragraph about advantages of argparse module over optparse module. -- keywords: +patch nosy: +Anastasia.Filatova Added file: http://bugs.python.org/file34486/Issue17462_py27.patch _

[issue17462] argparse FAQ: how it is different from optparse

2014-03-14 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +eric.araujo versions: -Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue17462] argparse FAQ: how it is different from optparse

2013-03-22 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue17462] argparse FAQ: how it is different from optparse

2013-03-18 Thread Ezio Melotti
Ezio Melotti added the comment: Indeed a paragraph about it could be added at the beginning. -- nosy: +bethard stage: -> needs patch type: -> enhancement versions: +Python 3.2, Python 3.4 ___ Python tracker _

[issue17462] argparse FAQ: how it is different from optparse

2013-03-18 Thread anatoly techtonik
anatoly techtonik added the comment: @asvetlov: I still don't have the answer which licence - Academic Free License v2.1 or Apache 2.0 should I choose to license my patches. What is the difference? Ezio: It explains what you should replace, but doesn't explain why. -- versions: +Pytho

[issue17462] argparse FAQ: how it is different from optparse

2013-03-18 Thread Ezio Melotti
Ezio Melotti added the comment: Is http://docs.python.org/dev/library/argparse.html#upgrading-optparse-code not enough? -- nosy: +ezio.melotti ___ Python tracker ___ ___

[issue17462] argparse FAQ: how it is different from optparse

2013-03-18 Thread Andrew Svetlov
Andrew Svetlov added the comment: The patch is welcome -- nosy: +asvetlov ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue17462] argparse FAQ: how it is different from optparse

2013-03-18 Thread anatoly techtonik
New submission from anatoly techtonik: http://stackoverflow.com/questions/3217673/why-use-argparse-rather-than-optparse Too many votes. This should be confirmed by the official documentation. -- assignee: docs@python components: Documentation messages: 184468 nosy: docs@python, techtoni