summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-04-27 22:54:24 -0400
committerNick Mathewson <nickm@torproject.org>2014-04-27 22:54:24 -0400
commitf4be34f70d6f277a0f3f73e62ed358564588e92b (patch)
tree383603733ed9b7775ce60618b94dd271a3687bf9 /changes
parent78b431d3e30def3641f25707197c55a1c7200269 (diff)
downloadtor-f4be34f70d6f277a0f3f73e62ed358564588e92b.tar.gz
tor-f4be34f70d6f277a0f3f73e62ed358564588e92b.zip
Make the python test scripts work on python3
The python scripts invoked by 'make check' didn't work on python3 before. That was a problem on systems where 'python' is python3. Fixes bug 11608; bugfix on 0.2.5.2-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug116085
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug11608 b/changes/bug11608
new file mode 100644
index 0000000000..f34c9eb17b
--- /dev/null
+++ b/changes/bug11608
@@ -0,0 +1,5 @@
+ o Minor bugfixes (testing):
+ - The Python parts of the test scripts now work on Python 3 as well
+ as Python 2, so systems where '/usr/bin/python' is Python 3 will
+ no longer have the tests break. Fixes bug 11608; bugfix on
+ 0.2.5.2-alpha.