summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2012-01-20 14:11:03 -0500
committerJason R. Coombs <jaraco@jaraco.com>2012-01-20 14:11:03 -0500
commit5e53787185059a78874e2f730c431ec611b0b8e7 (patch)
treeab743de1096efd7e64dd4acf4d3e63c0593d4f61 /CHANGES.txt
parent28f1f51717d813a91f6f290cac073b67257e266d (diff)
downloadpython-setuptools-git-5e53787185059a78874e2f730c431ec611b0b8e7.tar.gz
Remove grody hack for later versions of Python where it is no longer necessary. Fixes #269.
--HG-- branch : distribute extra : rebase_source : c4f18c8760303a2228baf5b88ec1f59a865999a5
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index a245b2a4..3c13ae20 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -11,6 +11,8 @@ CHANGES
Python 2.6 and later.
* Issue #262: package_index.open_with_auth no longer throws LookupError
on Python 3.
+* Issue #269: AttributeError when an exception occurs reading Manifest.in
+ on late releases of Python.
------
0.6.24