]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Make tset_float pass. float(<unicode>) was never very good -- it used
authorGuido van Rossum <guido@python.org>
Tue, 15 May 2007 20:43:51 +0000 (20:43 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 15 May 2007 20:43:51 +0000 (20:43 +0000)
commit2be161dcfa531b0e2f3f9887e198be59f477854e
tree6d3c4ff73a1b7aad99c5d15ec00f77d71f744cfb
parenta28c291e92d30c64fdc034f3714be0d9158af225
Make tset_float pass.  float(<unicode>) was never very good -- it used
a fixed-length buffer of 256 bytes.
Lib/test/test_float.py
Objects/floatobject.c