]> granicus.if.org Git - python/commit
__module__ is a unicode string now:
authorWalter Dörwald <walter@livinglogic.de>
Mon, 11 Jun 2007 14:03:45 +0000 (14:03 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Mon, 11 Jun 2007 14:03:45 +0000 (14:03 +0000)
commit4dbd01b43506ead947f774bcfdddf52219f862f0
tree01788df03ac0898b11ea2486e0dc23ac530f4e6a
parent641d5cc6a61e19a01d62b61b6b5b5d9dd8663d12
__module__ is a unicode string now:
use PyUnicode_CompareWithASCIIString() instead of
strcmp().

Simplify repr formatting.
Objects/typeobject.c