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 throwaway
Recipients throwaway
Date 2008-10-16.22:05:35
SpamBayes Score 2.7340095e-06
Marked as misclassified No
Message-id <1224194736.44.0.337868576776.issue4135@psf.upfronthosting.co.za>
In-reply-to
Content
The modules test.bad_coding and test.badsyntax_pep3120.py cause the
command "help('modules ftp')" to fail with the errors 

LookupError: unknown encoding: uft-8

and

SyntaxError: Non-UTF-8 code starting with '\xf6' in file (null) on line
1, but no encoding declared; see http://python.org/dev/peps/pep-0263/
for details

respectively.  Removing these modules causes the help command to run
without error.  Not that that's a solution, just evidence for their
involvement in the problem.
History
Date User Action Args
2008-10-16 22:05:37throwawaysetrecipients: + throwaway
2008-10-16 22:05:36throwawaysetmessageid: <1224194736.44.0.337868576776.issue4135@psf.upfronthosting.co.za>
2008-10-16 22:05:35throwawaylinkissue4135 messages
2008-10-16 22:05:35throwawaycreate