[issue22675] typo in argparse.py

2014-10-20 Thread Georg Brandl
Georg Brandl added the comment: Yes, but those are no longer maintained. It's not a critical bug :) -- nosy: +georg.brandl ___ Python tracker ___

[issue22675] typo in argparse.py

2014-10-20 Thread Ricordisamoa
Ricordisamoa added the comment: AFAICT, this also applies to previous versions. -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue22675] typo in argparse.py

2014-10-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 550de59a4c6d by Georg Brandl in branch '3.4': Closes #22675: fix typo. https://hg.python.org/cpython/rev/550de59a4c6d -- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open -> closed

[issue22675] typo in argparse.py

2014-10-19 Thread Ricordisamoa
New submission from Ricordisamoa: It should be "no help" instead of "ho nelp". -- components: Library (Lib) files: typo.patch keywords: patch messages: 229714 nosy: Ricordisamoa priority: normal severity: normal status: open title: typo in argparse.py type: enhancement Added file: http:/