Commit d93ccac9 authored by Gregory P. Smith's avatar Gregory P. Smith

backport r66093 from trunk.

 issue3715: docstring representation of hex escaped string needs to be double
 escaped.
parent f0e8adc1
......@@ -42,7 +42,7 @@ spammish repetition':
>>> m.update("Nobody inspects")
>>> m.update(" the spammish repetition")
>>> m.digest()
'\xbbd\x9c\x83\xdd\x1e\xa5\xc9\xd9\xde\xc9\xa1\x8d\xf0\xff\xe9'
'\\xbbd\\x9c\\x83\\xdd\\x1e\\xa5\\xc9\\xd9\\xde\\xc9\\xa1\\x8d\\xf0\\xff\\xe9'
More condensed:
......
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