Origami Tobiichi added the comment:
I'm sorry that I remove you from list, actually it's my first time to commit an
issue on there and I'm afraid I used it wrong.
--
nosy: +xtreak
___
Python tracker
<https://bugs.pyt
Origami Tobiichi added the comment:
I hope I have given enough infomations. And I'm not good at English, please
forgive some of my spell wrong, thanks.
--
___
Python tracker
<https://bugs.python.org/is
Origami Tobiichi added the comment:
I tried something like this:
```python
print(r'{"foo": "\\\""}')
print('{"foo": "\\\""}')
print(json.loads(r'{"foo":"\\\""}'))
```
On my machine it
Change by Origami Tobiichi :
--
components: Extension Modules
nosy: Origami Tobiichi
priority: normal
severity: normal
status: open
title: About json.load(s
type: behavior
versions: Python 3.7
___
Python tracker
<https://bugs.python.org/issue37