]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix usage of bytes in packaging's bdist_wininst.
authorÉric Araujo <merwok@netwok.org>
Sat, 10 Sep 2011 16:14:08 +0000 (18:14 +0200)
committerÉric Araujo <merwok@netwok.org>
Sat, 10 Sep 2011 16:14:08 +0000 (18:14 +0200)
commitc6d52eddaaa5fb8b8091480103188beda35a9f60
tree7829475e86335d6bcbd4ad2b29bc730d38843512
parent030cfe26a336826d08362cd60c8ea4be7775844b
Fix usage of bytes in packaging's bdist_wininst.

This is copied from the namesake distutils command; there is no
automated test, so buildbots won’t call for my head this time, but it
should be okay as Python 3 users have tested the distutils command.
Lib/packaging/command/bdist_wininst.py