New submission from Egon Frerich:
Traceback (most recent call last):
File "/home/egon/Entwicklung/notes/gui/uicommand.py", line 645, in
doCommand
self.controller.copyItemID()
File "/home/egon/Entwicklung/notes/gui/navicontroller.py", line 306,
in co
New submission from Egon Frerich :
The description of gettext.install in 23.1.2 (Class-based API) contains
two links to install() which should go to this function in "The
NullTranslations class" 23.1.2.1 but they don't.
--
assignee: georg.brandl
components: Documentation
New submission from Egon Frerich :
There is a wrong link in
http://docs.python.org/library/xml.dom.html#domimplementation-objects
Python Language Mapping Specification
is linked to
http://www.omg.org/docs/formal/02-11-05.pdf
but I assume it should be
http://www.omg.org/spec/PYTH/1.2/PDF
New submission from Egon Frerich :
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
--
messages: 87110
nosy: efrerich
severity: normal
status