]> granicus.if.org Git - python/commit
Issue #3008: add instance method float.hex and class method float.fromhex
authorMark Dickinson <dickinsm@gmail.com>
Tue, 15 Jul 2008 19:08:33 +0000 (19:08 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Tue, 15 Jul 2008 19:08:33 +0000 (19:08 +0000)
commit7103aa42c0d3ce8d75c9a9e299cf4d9b0be544de
tree4cf5fe6e4276b444443b1aa31fbc6a2ae89a4be6
parent9949d6ed4b74e50566abc85ac0154a664e6436ee
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