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 vstinner
Recipients docs@python, eric.araujo, lemburg, loewis, python-dev, vstinner
Date 2011-04-13.15:24:05
SpamBayes Score 3.1178404e-06
Marked as misclassified No
Message-id <1302708249.86.0.453357634007.issue11186@psf.upfronthosting.co.za>
In-reply-to
Content
> If a user unknowingly creates such a module with an unencodable
> filename, will they understand why pydoc does not display it?

It is really a bad idea to choose an *undecodable* name for a module. You will not be able to write its name using "import name" syntax.

(It is possible to import such module using __import__, but it is just ugly)

For the changelog, feel free to rephrase it.
History
Date User Action Args
2011-04-13 15:24:09vstinnersetrecipients: + vstinner, lemburg, loewis, eric.araujo, docs@python, python-dev
2011-04-13 15:24:09vstinnersetmessageid: <1302708249.86.0.453357634007.issue11186@psf.upfronthosting.co.za>
2011-04-13 15:24:05vstinnerlinkissue11186 messages
2011-04-13 15:24:05vstinnercreate