Message83421
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 |
|
| Date |
User |
Action |
Args |
| 2009-03-10 09:03:54 | jdwhitley | set | recipients:
+ jdwhitley, lemburg, amaury.forgeotdarc, john.weldon |
| 2009-03-10 09:03:54 | jdwhitley | set | messageid: <[email protected]> |
| 2009-03-10 09:03:52 | jdwhitley | link | issue4540 messages |
| 2009-03-10 09:03:51 | jdwhitley | create | |
|