diff options
| author | Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com> | 2013-12-20 22:09:39 +0100 |
|---|---|---|
| committer | Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com> | 2013-12-20 22:09:39 +0100 |
| commit | 03882a7d0d48dd842f95a2644d33f63d31f1e8a8 (patch) | |
| tree | 664c49ac4790cd86c80a6647e02a582d14af4e4e /CHANGES.txt | |
| parent | 9eb9ea1b62b34d83504d0331783a2947985cf0e4 (diff) | |
| download | python-setuptools-git-03882a7d0d48dd842f95a2644d33f63d31f1e8a8.tar.gz | |
Fix NameError during installation with Python implementations (e.g. Jython) not containing parser module.
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 0f587334..2db678f7 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,6 +3,13 @@ CHANGES ======= ----- +2.0.2 +----- + +* Fix NameError during installation with Python implementations (e.g. Jython) + not containing parser module. + +----- 2.0.1 ----- |
