]> granicus.if.org Git - python/commit
Possibly the end of SF [#460020] bug or feature: unicode() and subclasses.
authorTim Peters <tim.peters@gmail.com>
Tue, 11 Sep 2001 03:07:38 +0000 (03:07 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 11 Sep 2001 03:07:38 +0000 (03:07 +0000)
commit78e0fc74bce026ddf67d029030a90c9b8faffcb5
treed66ea7c58d2630b08bf81f04e3d636a15b75314a
parent0ebeb584a496fec7a09bd62cb20ceb15cabde4e7
Possibly the end of SF [#460020] bug or feature: unicode() and subclasses.
Changed unicode(i) to return a true Unicode object when i is an instance of
a unicode subclass.  Added PyUnicode_CheckExact macro.
Include/unicodeobject.h
Lib/test/test_descr.py
Objects/unicodeobject.c