summaryrefslogtreecommitdiff
path: root/Lib/string.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2001-07-20 16:36:21 +0000
committerGuido van Rossum <guido@python.org>2001-07-20 16:36:21 +0000
commit0d42e0c54a3b95aec4d4d12d1cd758438d645089 (patch)
treef5670dfe504c6e99d3b6c09b9bccdde2d8376fad /Lib/string.py
parent9079164bdfb71c820c0216d37686960aa226c82b (diff)
downloadcpython-git-0d42e0c54a3b95aec4d4d12d1cd758438d645089.tar.gz
#ifdef out generation of \U escapes unless Py_UNICODE_WIDE. This
#caused warnings with the VMS C compiler. (SF bug #442998, in part.) On a narrow system the current code should never be executed since ch will always be < 0x10000. Marc-Andre: you may end up fixing this a different way, since I believe you have plans to generate \U for surrogate pairs. I'll leave that to you.
Diffstat (limited to 'Lib/string.py')
0 files changed, 0 insertions, 0 deletions