mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
Issue #5067: improve some json error messages.
Patch by Serhiy Storchaka.
This commit is contained in:
parent
24319ac407
commit
2d24e94bbe
5 changed files with 14 additions and 12 deletions
|
@ -97,7 +97,7 @@ Using json.tool from the shell to validate and pretty-print::
|
|||
"json": "obj"
|
||||
}
|
||||
$ echo '{ 1.2:3.4}' | python -m json.tool
|
||||
Expecting property name: line 1 column 2 (char 2)
|
||||
Expecting property name enclosed in double quotes: line 1 column 2 (char 2)
|
||||
"""
|
||||
__version__ = '2.0.9'
|
||||
__all__ = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue