commit | 5a49ade70e19a76aa252cd596accf79930765f31 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Tue Sep 11 01:41:59 2001 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Tue Sep 11 01:41:59 2001 +0000 |
tree | ab54e1ff25892e49fbb483ba4e461f30763e1fc6 | |
parent | 8ff70a9606aa2f51f8329fbf09dfbbbae6ab6c11 [diff] |
More on SF bug [#460020] bug or feature: unicode() and subclasses. Repaired str(i) to return a genuine string when i is an instance of a str subclass. New PyString_CheckExact() macro.