mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #23181: More "codepoint" -> "code point".
This commit is contained in:
commit
82e07b92b3
17 changed files with 28 additions and 28 deletions
|
@ -514,7 +514,7 @@ The RFC does not explicitly forbid JSON strings which contain byte sequences
|
|||
that don't correspond to valid Unicode characters (e.g. unpaired UTF-16
|
||||
surrogates), but it does note that they may cause interoperability problems.
|
||||
By default, this module accepts and outputs (when present in the original
|
||||
:class:`str`) codepoints for such sequences.
|
||||
:class:`str`) code points for such sequences.
|
||||
|
||||
|
||||
Infinite and NaN Number Values
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue