-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Closed
Labels
stdlibPython modules in the Lib dirPython modules in the Lib dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
>>> import json
>>> print(json.dumps({b"": 0}, indent=4, skipkeys=True))
{
}
Related: #123183
CPython versions tested on:
3.13
Operating systems tested on:
Windows
Linked PRs
- gh-131884: Fix incorrect formatting in
json.dumps()
when usingindent
andskipkeys=True
#132200 - [3.14] gh-131884: Fix incorrect formatting in json.dumps() when using indent and skipkeys=True (GH-132200) #135060
- [3.13] gh-131884: Fix incorrect formatting in json.dumps() when using indent and skipkeys=True (GH-132200) #135061
Metadata
Metadata
Assignees
Labels
stdlibPython modules in the Lib dirPython modules in the Lib dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Projects
Status
Done