Skip to content

Commit

Permalink
Fix python 3 compat in doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
nidico committed Sep 14, 2014
1 parent 98d82e4 commit ea564e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/z3c/checkversions/buildout.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ We are using it directly here:
... stdout=PIPE, stdin=PIPE, stderr=PIPE)

# the "usage" attribute of optparse is inconsistent between python versions
>>> p.stdout.read().lower().startswith('usage: ')
>>> p.stdout.read().lower().startswith(b'usage: ')
True


Expand Down

0 comments on commit ea564e5

Please sign in to comment.