STINNER Victor <victor.stin...@haypocalc.com> added the comment: > 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. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue11186> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com