]> granicus.if.org Git - python/commit
It's ok for __hex__ or __oct__ to return unicode.
authorGuido van Rossum <guido@python.org>
Tue, 15 May 2007 21:32:59 +0000 (21:32 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 15 May 2007 21:32:59 +0000 (21:32 +0000)
commite1083734ec19709a9c30f8df93e61fb079e93d8d
tree24bbe52aa91053efcf8884549d2f564c760a0727
parenta45ea5828e8e9ca9ed18c0de7d81486a86bbe058
It's ok for __hex__ or __oct__ to return unicode.
Don't insist that float('1'*10000) raises an exception.
Lib/test/test_builtin.py
Python/bltinmodule.c