summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2012-11-24 10:15:12 -0500
committerJason R. Coombs <jaraco@jaraco.com>2012-11-24 10:15:12 -0500
commit76ea724d5b44140b7c7908a1ca89a273fe65e294 (patch)
treecf7acd104faf7e338a2943a8e8581fb8020bccea
parent7fbee015f7d31185ccfc890c59dbfab1c699db82 (diff)
downloadpython-setuptools-git-76ea724d5b44140b7c7908a1ca89a273fe65e294.tar.gz
reindent
--HG-- branch : distribute extra : rebase_source : b5323771ca355fb01a7fda42e10b661935421201
-rw-r--r--CHANGES.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index af1d2efc..c8e56c06 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -7,7 +7,8 @@ CHANGES
------
* Issue #303: Make sure the manifest only ever contains UTF-8 in Python 3.
-* Issue #329: Properly close files created by tests for compatibility with Jython.
+* Issue #329: Properly close files created by tests for compatibility with
+ Jython.
* Work around Jython bugs #1980 and #1981.
------