Message 152746 - Python tracker
Message152746
| 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:11 | eric.araujo | set | recipients: + eric.araujo, gsakkis, tarek, meatballhat, alexis |
| 2012-02-06 16:55:11 | eric.araujo | set | messageid: <1328547311.13.0.721161169751.issue5302@psf.upfronthosting.co.za> |
| 2012-02-06 16:55:10 | eric.araujo | link | issue5302 messages |
| 2012-02-06 16:55:10 | eric.araujo | create | |