Staging
v0.5.1
https://github.com/python/cpython
Revision d1bb75505fbb5b47f4f3d420e00964b38c24b203 authored by Michael W. Hudson on 07 October 2002, 12:32:57 UTC, committed by Michael W. Hudson on 07 October 2002, 12:32:57 UTC
2002/08/11 12:23:04 lemburg Python/bltinmodule.c 2.262
2002/08/11 12:23:04 lemburg Objects/unicodeobject.c 2.162
2002/08/11 12:23:03 lemburg Misc/NEWS 1.461
2002/08/11 12:23:03 lemburg Lib/test/test_unicode.py 1.65
2002/08/11 12:23:03 lemburg Include/unicodeobject.h 2.39
Add C API PyUnicode_FromOrdinal() which exposes unichr() at C level.

u'%c' will now raise a ValueError in case the argument is an
integer outside the valid range of Unicode code point ordinals.

Closes SF bug #593581.
1 parent b45532a
History
Tip revision: d1bb75505fbb5b47f4f3d420e00964b38c24b203 authored by Michael W. Hudson on 07 October 2002, 12:32:57 UTC
Backport:
Tip revision: d1bb755

README

back to top