
28 May
2017
28 May
'17
11:12 p.m.
commit 39094ff4c03e5a8b3cc4f69ca9482e11c21374de Merge: 3feb659 7473972 Author: Damian Johnson <atagar@torproject.org> Date: Sun May 28 16:11:50 2017 -0700 Make tests pass with python 3.6 To check python3 compatability I usually test with python 3.2. However, after compiling 3.6 realized it surfaced a few issues of its own. stem/manual.py | 20 ++++++++++---------- stem/util/system.py | 2 +- test/integ/interpreter.py | 2 +- test/settings.cfg | 1 + test/task.py | 3 ++- test/unit/descriptor/reader.py | 7 +++++++ test/unit/manual.py | 14 +++++++------- 7 files changed, 29 insertions(+), 20 deletions(-)