Commit 03e35327 authored by Guido van Rossum's avatar Guido van Rossum

_dis_test should be a raw string now that it contains \x escapes.

parent d0f7c86a
......@@ -1899,7 +1899,7 @@ def dis(pickle, out=None, indentlevel=4):
markstack.append(pos)
_dis_test = """
_dis_test = r"""
>>> import pickle
>>> x = [1, 2, (3, 4), {'abc': u"def"}]
>>> pkl = pickle.dumps(x, 0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment