Éric Araujo added the comment:
Thanks for the feedback.
> So, that would mean instead of
> get_distribution(name).metadata['Version']
> you'd use
> get_metadata(name)['Version']
> ?
> I'm not sure that's really buys you much.
Yeah. At the moment we also have get_distribution(name).version
Barry A. Warsaw added the comment:
On Oct 13, 2011, at 04:01 PM, Éric Araujo wrote:
>The PEP 376 implementation in packaging.database has been called ugly and
>opaque. When discussing PEP 396 for example (that’s why I’m adding Barry and
>Antoine to nosy, for their feedback),
>get_distribution(
New submission from Éric Araujo :
The PEP 376 implementation in packaging.database has been called ugly and
opaque. When discussing PEP 396 for example (that’s why I’m adding Barry and
Antoine to nosy, for their feedback),
get_distribution(name).metadata['Version'] did not seem to agree with