backport r66093 from trunk.

issue3715: docstring representation of hex escaped string needs to be double
 escaped.
This commit is contained in:
Gregory P. Smith 2008-08-31 16:36:21 +00:00
parent efbf6fc73e
commit 50b1c4920b

View file

@ -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: