mirror of
https://github.com/python/cpython.git
synced 2025-11-17 17:46:45 +00:00
Since PEP 393 in Python 3.3, this value is always 0x10ffff, the maximum codepoint in Unicode; there's no longer such a thing as a UCS-2 build of Python, which couldn't properly represent some characters. There are a couple of spots left where we still condition on the value of this constant. Take them out. |
||
|---|---|---|
| .. | ||
| python-mappings | ||
| comparecodecs.py | ||
| gencjkcodecs.py | ||
| gencodec.py | ||
| genwincodec.py | ||
| genwincodecs.bat | ||
| listcodecs.py | ||
| Makefile | ||
| makeunicodedata.py | ||
| mkstringprep.py | ||