]> granicus.if.org Git - python/commit
Change float.__str__() and complex.__str__() to return
authorWalter Dörwald <walter@livinglogic.de>
Thu, 31 May 2007 15:51:35 +0000 (15:51 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Thu, 31 May 2007 15:51:35 +0000 (15:51 +0000)
commit7696ed7b926dd73700ff9972d7a47beb7ec13191
tree3e1a8bcb4d276591fcb62b40e26becd0784e5958
parent346737fc193c9a2e7033519d9767132bc0c9312b
Change float.__str__() and complex.__str__() to return
unicode objects.
Include/pyport.h
Objects/complexobject.c
Objects/floatobject.c