]> granicus.if.org Git - python/commit
Allow string and unicode return types from .encode()/.decode()
authorMarc-André Lemburg <mal@egenix.com>
Thu, 8 Jul 2004 17:57:32 +0000 (17:57 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Thu, 8 Jul 2004 17:57:32 +0000 (17:57 +0000)
commitd2d4598ec2e33e73efcbf295e630296b24a1b70b
tree75a03f4df07b3c998bfcbb334f051b5f4ada371c
parent302fa6dc0d90f3e5aac66347458c69713ae7581d
Allow string and unicode return types from .encode()/.decode()
methods on string and unicode objects. Added unicode.decode()
which was missing for no apparent reason.
Include/unicodeobject.h
Objects/stringobject.c
Objects/unicodeobject.c