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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, john.weldon, lemburg
Date 2008-12-05.10:24:55
SpamBayes Score 0.0030269104
Marked as misclassified No
Message-id <1228472697.82.0.196133074797.issue4540@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-12-05 10:24:57amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, lemburg, john.weldon
2008-12-05 10:24:57amaury.forgeotdarcsetmessageid: <1228472697.82.0.196133074797.issue4540@psf.upfronthosting.co.za>
2008-12-05 10:24:55amaury.forgeotdarclinkissue4540 messages
2008-12-05 10:24:55amaury.forgeotdarccreate