[issue5302] Allow package_data specs/globs to match directories

Éric Araujo report at bugs.python.org
Mon Feb 6 17:55:11 CET 2012


Éric Araujo <merwok at netwok.org> added the comment:

One implementation by George Sakkis is found in this thread: http://bugs.python.org/issue2279#msg82213

There are subtle issues with this feature.  For example, a glob pattern could match both package data files and Python submodules, leading to the same .py files being included as modules and data.  I’ll see how far I want to specify the behavior in tests and docs.

----------

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


More information about the Python-bugs-list mailing list