mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Issue #23206: Make `json.dumps(..., ensure_ascii=False) as fast as the default case of ensure_ascii=True`. Patch by Naoki Inada.
This commit is contained in:
parent
2cae11e87e
commit
dc3eaa80d4
5 changed files with 142 additions and 7 deletions
|
|
@ -626,6 +626,7 @@ Ali Ikinci
|
|||
Aaron Iles
|
||||
Lars Immisch
|
||||
Bobby Impollonia
|
||||
Naoki Inada
|
||||
Meador Inge
|
||||
Peter Ingebretson
|
||||
Tony Ingraldi
|
||||
|
|
|
|||
|
|
@ -203,6 +203,9 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #23206: Make ``json.dumps(..., ensure_ascii=False)`` as fast as the
|
||||
default case of ``ensure_ascii=True``. Patch by Naoki Inada.
|
||||
|
||||
- Issue #23185: Add math.inf and math.nan constants.
|
||||
|
||||
- Issue #23186: Add ssl.SSLObject.shared_ciphers() and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue