summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-07-03 09:48:03 -0400
committerNick Mathewson <nickm@torproject.org>2018-07-03 09:48:03 -0400
commita4e8f945077b8eebbbd5be85f89b1631305ce1cc (patch)
tree32f39e03cd10d4cc10dbe87bc50fb87b10fab325 /changes
parente6366f787c49bebd5faafa1b6f78c81ab463fd08 (diff)
parentb205714ba8fd65340e6f282db95663390d5d492e (diff)
downloadtor-a4e8f945077b8eebbbd5be85f89b1631305ce1cc.tar.gz
tor-a4e8f945077b8eebbbd5be85f89b1631305ce1cc.zip
Merge branch 'maint-0.2.9' into maint-0.3.2
Diffstat (limited to 'changes')
-rw-r--r--changes/bug26535.0295
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug26535.029 b/changes/bug26535.029
new file mode 100644
index 0000000000..111b539f17
--- /dev/null
+++ b/changes/bug26535.029
@@ -0,0 +1,5 @@
+ o Minor bugfixes (testing, compatibility):
+ - When running the ntor_ref.py test, make sure only to pass strings
+ (rather than "bytes" objects) to the Python subprocess module.
+ Python 3 on Windows seems to require this. Fixes bug 26535; bugfix on
+ 0.2.5.5-alpha.