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

escaped.
This commit is contained in:
Gregory P. Smith 2008-08-31 16:35:01 +00:00
parent 6ba3329c27
commit 6359450ab8
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ spammish repetition':
>>> m.update(b"Nobody inspects")
>>> m.update(b" the spammish repetition")
>>> m.digest()
b'\xbbd\x9c\x83\xdd\x1e\xa5\xc9\xd9\xde\xc9\xa1\x8d\xf0\xff\xe9'
b'\\xbbd\\x9c\\x83\\xdd\\x1e\\xa5\\xc9\\xd9\\xde\\xc9\\xa1\\x8d\\xf0\\xff\\xe9'
More condensed: