消息 [133670]
> 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:09 | vstinner | 修改 | recipients:
+ vstinner, lemburg, loewis, eric.araujo, docs@python, python-dev |
| 2011-04-13 15:24:09 | vstinner | 修改 | messageid: <1302708249.86.0.453357634007.issue11186@psf.upfronthosting.co.za> |
| 2011-04-13 15:24:05 | vstinner | 链接 | issue11186 messages |
| 2011-04-13 15:24:05 | vstinner | 创建 | |
|