Nick Coghlan added the comment:

For 3.4/5/6, I agree this is a documentation issue, where the data files need 
to be given a *non*-namespaced directory to live in. However, it's worth 
explicitly noting that subpackages of namespace packages can themselves be 
regular packages, so one possible solution is to do:

    pkg_util.get_data('my_namespace.my_package_data', 'resourcename')

rather than storing the data directly at the namespace level.

----------
versions: +Python 3.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28424>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to