mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
issue3715: docstring representation of hex escaped string needs to be double
escaped.
This commit is contained in:
parent
51eb7a9daa
commit
f07e5a9e4b
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue