sys.maxunicode documentation is imprecise
Nov. 17, 2010
3:17 a.m.
""" sys.maxunicode An integer giving the largest supported code point for a Unicode character. The value of this depends on the configuration option that specifies whether Unicode characters are stored as UCS-2 or UCS-4. """ http://docs.python.org/dev/library/sys.html#sys.maxunicode The term "Unicode character" is imprecise. A better term is "Unicode code unit" as used in Data model/Sequences/Strings section. Also "sys.maxunicode" is not hyperlinked in Data model page. http://docs.python.org/dev/reference/datamodel.html#objects-values-and-types
5503
Age (days ago)
5503
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexander Belopolsky