[issue13151] pysetup3 run bdist_wininst fails

Éric Araujo report at bugs.python.org
Mon Oct 17 14:29:54 CEST 2011


Éric Araujo <merwok at netwok.org> added the comment:

I’ve patched most of bdist_wininst and started to work on a few tests which work under 2.7 and fail under 3.2 without the fixes so that I can assume I’ve not broken anything.

However, the mapping API of the Metadata class is quite unfriendly.  For example, if I try to replace metadata.long_description with metadata['description'], no exception will be raised if the metadata does not contain a description, it will return 'UNKNOWN'.  Code quickly becomes ugly.  I will open another report to ask Tarek to allow me to revamp the mapping API of Metadata so that code can be easier to write and read.

(I’m also removing the dependency on another bug that’s not really a blocker.)

----------
dependencies:  -Rename install_dist to install

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13151>
_______________________________________


More information about the Python-bugs-list mailing list