This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: [doc] Write argparse i18n howto
Type: enhancement Stage: needs patch
Components: Documentation Versions: Python 3.10, Python 3.9, Python 3.8
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: docs@python Nosy List: bethard, docs@python, eric.araujo, jwilk, rhettinger, tshepang
Priority: normal Keywords:

Created on 2010-11-25 12:28 by eric.araujo, last changed 2022-04-11 14:57 by admin.

Messages (3)
msg122358 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2010-11-25 12:28
argparse helpfully makes its messages with gettext.gettext.  The docs should explain how to benefit from that in one’s program.
msg122359 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2010-11-25 12:30
s/makes/marks/
msg380524 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2020-11-07 20:23
This is a great idea.  I'm thinking that the Argparse Tutorial is the right place for this:  https://docs.python.org/3/howto/argparse.html
History
Date User Action Args
2022-04-11 14:57:09adminsetgithub: 54738
2020-11-07 20:23:43rhettingersetnosy: + rhettinger
messages: + msg380524
2020-11-05 09:52:01iritkatrielsettitle: Write argparse i18n howto -> [doc] Write argparse i18n howto
versions: + Python 3.8, Python 3.9, Python 3.10, - Python 3.2
2013-06-27 21:54:58jwilksetnosy: + jwilk
2013-01-04 00:49:23tshepangsetnosy: + tshepang
2010-11-25 12:30:49eric.araujosetmessages: + msg122359
2010-11-25 12:28:07eric.araujocreate