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 psd
Recipients psd
Date 2010-01-11.09:40:10
SpamBayes Score 0.001562186
Marked as misclassified No
Message-id <1263202813.15.0.977842764671.issue7675@psf.upfronthosting.co.za>
In-reply-to
Content
We use umlaut in our docstrings and when we use the help() function to extract the documentation, the function reports an error:

UnicodeEncodeError: 'ascii' codec can't encode character....

Our docstrings are specified as unicode literals and the source file contains the line:

# -*- coding: utf-8 -*-


just import the module and make:

 help(tudelut.tudelut)
History
Date User Action Args
2010-01-11 09:40:13psdsetrecipients: + psd
2010-01-11 09:40:13psdsetmessageid: <1263202813.15.0.977842764671.issue7675@psf.upfronthosting.co.za>
2010-01-11 09:40:11psdlinkissue7675 messages
2010-01-11 09:40:11psdcreate