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 tarek
Recipients rayterrill, tarek
Date 2009-01-11.19:07:47
SpamBayes Score 0.00017376554
Marked as misclassified No
Message-id <1231700868.62.0.54853195601.issue4908@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like the best way to do this is to:

- make distutils.dist.DistributionMetadata also read existing egg-info files

- add get_metadata in pkgutil instead of distutils, and make it use 
  distutils.dist.DistributionMetadata
History
Date User Action Args
2009-01-11 19:07:48tareksetrecipients: + tarek, rayterrill
2009-01-11 19:07:48tareksetmessageid: <1231700868.62.0.54853195601.issue4908@psf.upfronthosting.co.za>
2009-01-11 19:07:47tareklinkissue4908 messages
2009-01-11 19:07:47tarekcreate