mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
Issue #23181: More "codepoint" -> "code point".
This commit is contained in:
commit
82e07b92b3
17 changed files with 28 additions and 28 deletions
|
@ -34,7 +34,7 @@ MAX_TABLE_SIZE = 8192
|
|||
# Standard undefined Unicode code point
|
||||
UNI_UNDEFINED = chr(0xFFFE)
|
||||
|
||||
# Placeholder for a missing codepoint
|
||||
# Placeholder for a missing code point
|
||||
MISSING_CODE = -1
|
||||
|
||||
mapRE = re.compile('((?:0x[0-9a-fA-F]+\+?)+)'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue