diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-08-09 22:21:55 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-08-09 22:21:55 (GMT) |
commit | 772747b3f1f4d6a70c025a7368ed25f039ccff1d (patch) | |
tree | 0c87c4e82b3bcb19f7532d916fd028d156ab76f8 /Lib/sgmllib.py | |
parent | ab9ba27dc066adc6423ea137b9481cf524d10ffd (diff) | |
download | cpython-772747b3f1f4d6a70c025a7368ed25f039ccff1d.zip cpython-772747b3f1f4d6a70c025a7368ed25f039ccff1d.tar.gz cpython-772747b3f1f4d6a70c025a7368ed25f039ccff1d.tar.bz2 |
SF patch #438013 Remove 2-byte Py_UCS2 assumptions
Removed all instances of Py_UCS2 from the codebase, and so also (I hope)
the last remaining reliance on the platform having an integral type
with exactly 16 bits.
PyUnicode_DecodeUTF16() and PyUnicode_EncodeUTF16() now read and write
one byte at a time.
Diffstat (limited to 'Lib/sgmllib.py')
0 files changed, 0 insertions, 0 deletions