aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com>2015-02-18 20:42:49 +0100
committerArfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com>2015-02-18 20:42:49 +0100
commit47cbdc5228ca5a730518f1cca83df283c54f7249 (patch)
treedbb9df119940f565a8e73872e2799561e57fb6ee /setup.py
parentc30d4387af485202103c76b13c2741b5bd78b410 (diff)
downloadexternal_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 'setup.py')
0 files changed, 0 insertions, 0 deletions