Message76999
Yes, it is the full traceback.
The modules are not compiled nor imported.
But to load the source code, importer.find_module() needs to open the
file in text mode, so it calls PyTokenizer_FindEncoding() (this is the
second failure, with test.badsyntax_pep3120.py), then the encoding is
used to decode text (this is the first failure, with test.bad_coding.py)
> Instead, pydoc should just say that a module was not specified
> and be done with it.
I'm not sure to understand. |
|
| Date |
User |
Action |
Args |
| 2008-12-05 10:24:57 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, lemburg, john.weldon |
| 2008-12-05 10:24:57 | amaury.forgeotdarc | set | messageid: <[email protected]> |
| 2008-12-05 10:24:55 | amaury.forgeotdarc | link | issue4540 messages |
| 2008-12-05 10:24:55 | amaury.forgeotdarc | create | |
|