commit | 1680713e524016d93a94114c4a874ad71a090b95 | [log] [tgz] |
---|---|---|
author | Walter Dörwald <walter@livinglogic.de> | Fri May 25 13:52:07 2007 +0000 |
committer | Walter Dörwald <walter@livinglogic.de> | Fri May 25 13:52:07 2007 +0000 |
tree | ef1f75a1a9748b50ab4a4e66d4c81662062546f7 | |
parent | 34a042d301d6ab88645046a6dfa6c38265ca4b39 [diff] |
Add interning of unicode strings by copying the functionality from stringobject.c. Intern "True" and "False" in bool_repr() again as it was in the 8bit string era.