diff options
| author | Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com> | 2012-11-26 03:59:17 +0100 |
|---|---|---|
| committer | Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com> | 2012-11-26 03:59:17 +0100 |
| commit | cbcd321ebc204d04a4460ecc3accfb245b9ffacd (patch) | |
| tree | 4c6c8cc6e218d1b47e90260b96caa3f627a585dc /CHANGES.txt | |
| parent | 40102f07a08808c2c356891608fd201ee02e618b (diff) | |
| download | python-setuptools-git-cbcd321ebc204d04a4460ecc3accfb245b9ffacd.tar.gz | |
Do not use assertGreater(), which was introduced in Python 2.7 and 3.1.
--HG--
branch : distribute
extra : rebase_source : b0d3166887c9a287fd885e19f804e9d254b8dbc8
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 29843abb..5e024d13 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,6 +3,12 @@ CHANGES ======= ------ +0.6.32 +------ + +* Fix test suite with Python 2.6. + +------ 0.6.31 ------ |
