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: pygettext documentation
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: works for me
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: efrerich, georg.brandl
Priority: normal Keywords:

Created on 2009-05-04 10:40 by efrerich, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg87110 - (view) Author: Egon Frerich (efrerich) Date: 2009-05-04 10:40
In 
23.1.3. Internationalizing your programs and modules
is shown how to get help-instructions for pygettext:
pygettext.py --help

As pygettext is a script the line should be:

pygettext --help
msg87238 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-05-05 09:23
This depends on how the distribution installs pygettext.  For example,
on Gentoo it isn't installed as a command at all.

Since the original name in the Python source archive is "pygettext.py",
I'll not change this.
History
Date User Action Args
2022-04-11 14:56:48adminsetgithub: 50169
2009-05-05 09:23:09georg.brandlsetstatus: open -> closed
resolution: works for me
messages: + msg87238
2009-05-04 16:59:44georg.brandlsetassignee: georg.brandl

components: + Documentation
nosy: + georg.brandl
2009-05-04 10:40:43efrerichcreate