summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-04-06 18:33:37 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-04-06 18:33:37 -0400
commit8b74269476d72e2e05a6f7ff35d693b816e9457c (patch)
tree6be6fffca0cf77839b60ef9585b0eaa925874669 /CHANGES.txt
parentd5f19d2efb05693cf0934e8fc32f6c2b71ee6e38 (diff)
downloadpython-setuptools-git-8b74269476d72e2e05a6f7ff35d693b816e9457c.tar.gz
Wrap unittest.main in a compatibility wrapper for Python 3.1 compatibility. Fixes #1833.4.2
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index fbfb4885..5980f7af 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -3,6 +3,12 @@ CHANGES
=======
-----
+3.4.2
+-----
+
+* Issue #183: Fix additional regression in test command on Python 3.1.
+
+-----
3.4.1
-----