]> granicus.if.org Git - python/commit
Merged revisions 64974 via svnmerge from
authorMark Dickinson <dickinsm@gmail.com>
Wed, 16 Jul 2008 11:30:51 +0000 (11:30 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Wed, 16 Jul 2008 11:30:51 +0000 (11:30 +0000)
commit65fe25e59710eada7eb41bddb45bdca8b61b5668
tree9120eb8e01c582ba51b4732cdb21451ebe84b637
parent0c474d01a19e1237940a049a981ddc38588cde58
Merged revisions 64974 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r64974 | mark.dickinson | 2008-07-15 20:08:33 +0100 (Tue, 15 Jul 2008) | 3 lines

  Issue #3008: add instance method float.hex and class method float.fromhex
  to convert floats to and from hexadecimal strings respectively.
........
Doc/library/stdtypes.rst
Doc/whatsnew/2.6.rst
Lib/test/test_float.py
Misc/NEWS
Objects/floatobject.c