Message136110
| Author | eric.araujo |
|---|---|
| Recipients | Arfrever, alexis, eric.araujo, hagen, pje, tarek, vstinner |
| Date | 2011-05-16.16:10:23 |
| SpamBayes Score | 1.8010647e-06 |
| Marked as misclassified | No |
| Message-id | <1305562224.07.0.216902792994.issue12087@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The pkg_resources module in setuptools or distribute reads those files. In 3.3, packaging.database reads them too (it’s an implementation of PEP 376 with b/w compat with egg-info). It may work just fine in 3.x (it uses text I/O), but when we backport packaging to distutils2 for 2.4+, we’ll probably run into the problem again. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-05-16 16:10:24 | eric.araujo | set | recipients: + eric.araujo, pje, vstinner, tarek, hagen, Arfrever, alexis |
| 2011-05-16 16:10:24 | eric.araujo | set | messageid: <1305562224.07.0.216902792994.issue12087@psf.upfronthosting.co.za> |
| 2011-05-16 16:10:23 | eric.araujo | link | issue12087 messages |
| 2011-05-16 16:10:23 | eric.araujo | create | |