diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-12-01 06:12:06 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-12-01 06:12:06 -0500 |
| commit | ec3014377e1369116da3bf71b6c5acaa3168b9dc (patch) | |
| tree | 50b34e7f78946d79cfb005f73ccc903ec247be11 /CHANGES.txt | |
| parent | 4ae4faeb1262435260ee8a5f2a0ab910fe96ea23 (diff) | |
| download | python-setuptools-git-ec3014377e1369116da3bf71b6c5acaa3168b9dc.tar.gz | |
Corrected a TypeError when reading a local package index on Python 3. Fixes #116.archive/bootstrap-py241.4.2bootstrap-py24
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index b20d1683..09c6479e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,6 +3,13 @@ CHANGES ======= ----- +1.4.2 +----- + +* Issue #116: Correct TypeError when reading a local package index on Python + 3. + +----- 1.4.1 ----- |
