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: TypeError when compiling with no translator
Type: behavior Stage:
Components: Documentation tools (Sphinx) Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, schuppenies
Priority: normal Keywords: patch

Created on 2008-08-08 12:28 by schuppenies, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
str_formatting.patch schuppenies, 2008-08-08 12:28
Messages (2)
msg70901 - (view) Author: Robert Schuppenies (schuppenies) * (Python committer) Date: 2008-08-08 12:28
I just ran 'make html' with the latest version and got this exception:

loading translations [en]... Exception occurred:
  File "/home/bob/data/dvl/python/svn/doctools/sphinx/builder.py", line
184, in load_i18n
    self.info('selected locale not available' % self.config.language)
TypeError: not all arguments converted during string f

The enclosed patch fixes the issue.
msg70905 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-08-08 13:49
Fixed in r65599 :-|.
History
Date User Action Args
2022-04-11 14:56:37adminsetgithub: 47778
2008-08-08 13:49:56georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg70905
2008-08-08 12:28:54schuppeniescreate