On Mon, Oct 22, 2012 at 4:26 PM, Daniel Holth <dho...@gmail.com> wrote:
> On Mon, Oct 22, 2012 at 4:20 PM, Antoine Pitrou <solip...@pitrou.net> wrote:
>>
>> Hello,
>>
>> The FAQ has this weird statement:
>>
>> “This specification does not have an opinion on how you should organize
>> your code. The .data directory is just a place for any files that are
>> not normally installed inside site-packages or on the PYTHONPATH.”

I mean to say that just because there is a .data/ directory it doesn't
mean you have to stop using pkgutil.get_data(package, resource). Some
people will take those 4 letters "data" to mean that any file that
doesn't start with .py has to go there instead of in the root of the
archive.
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to