[issue15403] Refactor package creation support code into a common location

Chris Jerdonek report at bugs.python.org
Sun Jul 29 19:00:46 CEST 2012


Chris Jerdonek added the comment:

> Less favorable, because it produces longer import strings
("test.support.some_helper" instead of "test.some_helper").

This can be addressed by exposing the API in __init__.py though (as does, say, the unittest package), no?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15403>
_______________________________________


More information about the Python-bugs-list mailing list