diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2014-04-06 18:33:37 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-04-06 18:33:37 -0400 |
| commit | 8b74269476d72e2e05a6f7ff35d693b816e9457c (patch) | |
| tree | 6be6fffca0cf77839b60ef9585b0eaa925874669 /CHANGES.txt | |
| parent | d5f19d2efb05693cf0934e8fc32f6c2b71ee6e38 (diff) | |
| download | python-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.txt | 6 |
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 ----- |
