summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-05-03 11:46:21 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-05-03 11:46:21 -0400
commit36addf1ea62cde1ab5884f91e18ac4d1954529cc (patch)
tree668f907aba4c4e2afefef2bce55b11e49d362c16 /CHANGES.txt
parent9551d30ebf4e6c735504c59673a90ea837e05345 (diff)
downloadpython-setuptools-git-36addf1ea62cde1ab5884f91e18ac4d1954529cc.tar.gz
Monkey-patch the write_pkg_info method on Python 3.1 DistributionMetadata. Fixes #197
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 1c54ea5e..cf8b0898 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,6 +2,13 @@
CHANGES
=======
+---
+3.5
+---
+
+* Issue #197: On Python 3.1, PKG-INFO is now saved in a UTF-8 encoding instead
+ of ``sys.getpreferredencoding`` to match the behavior on Python 2.6-3.4.
+
-----
3.4.4
-----