This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.araujo
Recipients alexis, eric.araujo, tarek
Date 2011-11-15.13:02:26
SpamBayes Score 9.715171e-05
Marked as misclassified No
Message-id <1321362147.83.0.710071986655.issue13408@psf.upfronthosting.co.za>
In-reply-to
Content
The code dealing with the new resources subsystem used to be called datafiles (module distutils2.datafiles, file dist-info/DATAFILES, etc.).  I believe it is a better name and we should use it again:

- it would make clear that it’s an evolution of distutils’ data_files
- it would make clear that it’s related to install_data and data_files

“resources” is overly vague and ambiguous.  It can refer to natural resources, computer resources, links to more information, etc.  “data files” is less vague and less abstract: it refers to files that are not modules, scripts or C files.
History
Date User Action Args
2011-11-15 13:02:27eric.araujosetrecipients: + eric.araujo, tarek, alexis
2011-11-15 13:02:27eric.araujosetmessageid: <1321362147.83.0.710071986655.issue13408@psf.upfronthosting.co.za>
2011-11-15 13:02:27eric.araujolinkissue13408 messages
2011-11-15 13:02:26eric.araujocreate