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.

作者 vstinner
收信人 docs@python, eric.araujo, lemburg, loewis, python-dev, vstinner
日期 2011-04-13.15:24:05
SpamBayes Score 3.1178404e-06
Marked as misclassified
Message-id <1302708249.86.0.453357634007.issue11186@psf.upfronthosting.co.za>
In-reply-to
内容
> 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.
历史
日期 用户 动作 参数
2011-04-13 15:24:09vstinner修改recipients: + vstinner, lemburg, loewis, eric.araujo, docs@python, python-dev
2011-04-13 15:24:09vstinner修改messageid: <1302708249.86.0.453357634007.issue11186@psf.upfronthosting.co.za>
2011-04-13 15:24:05vstinner链接issue11186 messages
2011-04-13 15:24:05vstinner创建