summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2013-10-22 10:59:09 +0200
committerholger krekel <holger@merlinux.eu>2013-10-22 10:59:09 +0200
commita563aecda09d01b4ecd278315360148de6a36be9 (patch)
tree74777c342297b348af294e6cbd7ae32e387e1da5 /CHANGELOG
parentf914825d783da586e20ad77e1b7347b97a4510ea (diff)
downloadtox-a563aecda09d01b4ecd278315360148de6a36be9.tar.gz
fix issue129: tox now uses Popen(..., universal_newlines=True) to force
creation of unicode stdout/stderr streams. fixes a problem on specific platform configs when creating virtualenvs with Python3.3. Thanks Jorgen Sch?fer or investigation and solution sketch.
Diffstat (limited to 'CHANGELOG')
-rwxr-xr-xCHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 6661295..d153797 100755
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,11 @@
1.6.2.dev
---------
+- fix issue129: tox now uses Popen(..., universal_newlines=True) to force
+ creation of unicode stdout/stderr streams. fixes a problem on specific
+ platform configs when creating virtualenvs with Python3.3. Thanks Jorgen Schäfer
+ or investigation and solution sketch.
+
- fix issue128: enable full substitution in install_command,
thanks for the PR to Ronald Evers