aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2012-12-29 16:32:06 -0500
committerJason R. Coombs <jaraco@jaraco.com>2012-12-29 16:32:06 -0500
commit0323ccc6ecd0e6401eff45915f851f36cfcfeb5b (patch)
treead4a3d1ca6e67d9bf3a96bbe17eb94bc6ea69486 /CHANGES.txt
parentd73c8722858cc7aaca77a22d0e84795bc6262420 (diff)
parent2910bb06b9521aaf552f2550d462ed14e3f58ec2 (diff)
downloadexternal_python_setuptools-0323ccc6ecd0e6401eff45915f851f36cfcfeb5b.tar.gz
external_python_setuptools-0323ccc6ecd0e6401eff45915f851f36cfcfeb5b.tar.bz2
external_python_setuptools-0323ccc6ecd0e6401eff45915f851f36cfcfeb5b.zip
Merge0.6.33
--HG-- branch : distribute extra : rebase_source : 67f7246f73b30c046fa9995414f9423c4dbeba5b
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index c1c648df..ebc2bdcc 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -9,6 +9,7 @@ CHANGES
* Fix 2 errors with Jython 2.5.
* Fix 1 failure with Jython 2.5 and 2.7.
* Disable workaround for Jython scripts on Linux systems.
+* Issue #336: `setup.py` no longer masks failure exit code when tests fail.
* Fix issue in pkg_resources where try/except around a platform-dependent
import would trigger hook load failures on Mercurial. See pull request 32
for details.