[issue4540] typo in a module describes utf-8 as uft-8

Jervis Whitley report at bugs.python.org
Tue Mar 10 10:03:54 CET 2009


Jervis Whitley <jervisau at gmail.com> added the comment:

I can still reproduce on py3

>>> help("modules anything")

Traceback (most recent call last):
...

This patch works (on Py3.1a1). 


Amaury, are you still o.k with catching Exception rather
than just (SyntaxError, UnicodeDecodeError, ImportError)?

The code-refactoring does clean the structure up well.

Cheers,

Jervis

----------
message_count: 9.0 -> 10.0
nosy: +jdwhitley
nosy_count: 3.0 -> 4.0

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4540>
_______________________________________


More information about the Python-bugs-list mailing list