diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com> | 2015-02-18 20:42:49 +0100 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com> | 2015-02-18 20:42:49 +0100 |
commit | 47cbdc5228ca5a730518f1cca83df283c54f7249 (patch) | |
tree | dbb9df119940f565a8e73872e2799561e57fb6ee /setuptools/command/build_py.py | |
parent | c30d4387af485202103c76b13c2741b5bd78b410 (diff) | |
download | external_python_setuptools-47cbdc5228ca5a730518f1cca83df283c54f7249.tar.gz external_python_setuptools-47cbdc5228ca5a730518f1cca83df283c54f7249.tar.bz2 external_python_setuptools-47cbdc5228ca5a730518f1cca83df283c54f7249.zip |
Fix setuptools.command.easy_install.extract_wininst_cfg() with Python 2.6 and 2.7.
It was broken since commit 3bbd42903af8, which changed chr(0) (which is '\x00') into bytes([0]).
bytes([0]) is '[0]' in Python 2.6 and 2.7 and b'\x00' in Python 3.
Diffstat (limited to 'setuptools/command/build_py.py')
0 files changed, 0 insertions, 0 deletions