| commit | d2d4598ec2e33e73efcbf295e630296b24a1b70b | [log] [tgz] |
|---|---|---|
| author | Marc-André Lemburg <mal@egenix.com> | Thu Jul 08 17:57:32 2004 +0000 |
| committer | Marc-André Lemburg <mal@egenix.com> | Thu Jul 08 17:57:32 2004 +0000 |
| tree | 75a03f4df07b3c998bfcbb334f051b5f4ada371c | |
| parent | 302fa6dc0d90f3e5aac66347458c69713ae7581d [diff] |
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.