]> granicus.if.org Git - python/commit
Fix an obvious bug caused by a switch to Unicode.
authorGuido van Rossum <guido@python.org>
Sat, 4 Aug 2007 16:43:59 +0000 (16:43 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 4 Aug 2007 16:43:59 +0000 (16:43 +0000)
commit1e2b760475e20c2c293c0a78a608012d7d70e3b4
treeafd1d32e0d349fbabb2b058647e63ce771f88c21
parent3e186154961c760422d04c2db47f80c3067ef749
Fix an obvious bug caused by a switch to Unicode.
However, this will need to be fixed further to allow non-ASCII letters in
names; leaving this to MvL.
Objects/typeobject.c