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.

Author schuppenies
Recipients georg.brandl, schuppenies
Date 2008-08-08.12:28:52
SpamBayes Score 0.00024380776
Marked as misclassified No
Message-id <1218198594.3.0.422262573033.issue3528@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-08-08 12:29:54schuppeniessetrecipients: + schuppenies, georg.brandl
2008-08-08 12:29:54schuppeniessetmessageid: <1218198594.3.0.422262573033.issue3528@psf.upfronthosting.co.za>
2008-08-08 12:28:53schuppenieslinkissue3528 messages
2008-08-08 12:28:53schuppeniescreate