summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-01-28 17:57:35 -0500
committerJason R. Coombs <jaraco@jaraco.com>2019-01-28 18:09:50 -0500
commit32c2ec8bab51ca5b4609cefc3dc4eb9c4b0d5b87 (patch)
tree0ced9bd5a13844fd8e6a2bb8ef6c9218a84963a9
parent9150b6b7272130f11a71190905e6bd3db31afd81 (diff)
downloadpython-setuptools-git-32c2ec8bab51ca5b4609cefc3dc4eb9c4b0d5b87.tar.gz
Add changelog
-rw-r--r--changelog.d/1660.change.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/1660.change.rst b/changelog.d/1660.change.rst
new file mode 100644
index 00000000..52f62397
--- /dev/null
+++ b/changelog.d/1660.change.rst
@@ -0,0 +1 @@
+On Python 2, when reading config files, downcast options from text to bytes to satisfy distutils expectations.