issue3715: docstring representation of hex escaped string needs to be double

escaped.
This commit is contained in:
Gregory P. Smith 2008-08-31 16:34:18 +00:00
parent 51eb7a9daa
commit f07e5a9e4b

View file

@ -45,7 +45,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: