Issue 4135: help("modules ftp") fails due to test modules (original) (raw)

Issue4135

Created on 2008-10-16 22:05 by throwaway, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg74871 - (view) Author: Alex Coventry (throwaway) Date: 2008-10-16 22:05
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.
msg87634 - (view) Author: Daniel Diniz (ajaksu2) * (Python triager) Date: 2009-05-12 14:30
This is a duplicate of issue 4540.
History
Date User Action Args
2022-04-11 14:56:40 admin set github: 48385
2009-05-12 14:30:46 ajaksu2 set status: open -> closedsuperseder: typo in a module describes utf-8 as uft-8nosy: + ajaksu2messages: + resolution: duplicatestage: resolved
2008-10-16 22:16:43 throwaway set versions: + Python 3.0
2008-10-16 22:05:35 throwaway create