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, gsakkis, meatballhat, tarek
Date 2012-02-06.16:55:10
SpamBayes Score 3.9174723e-05
Marked as misclassified No
Message-id <1328547311.13.0.721161169751.issue5302@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-02-06 16:55:11eric.araujosetrecipients: + eric.araujo, gsakkis, tarek, meatballhat, alexis
2012-02-06 16:55:11eric.araujosetmessageid: <1328547311.13.0.721161169751.issue5302@psf.upfronthosting.co.za>
2012-02-06 16:55:10eric.araujolinkissue5302 messages
2012-02-06 16:55:10eric.araujocreate