commit | d11a44312f2e80a9c4979063ce94233f924dcc5b | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sun Jun 22 11:39:13 2008 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sun Jun 22 11:39:13 2008 +0000 |
tree | 0b3e22010b4d0850aa80d32dcdb4ac3929dcbe03 | |
parent | dd811a4da785119089344f6de5735264f0ca5ec6 [diff] [blame] |
Merge 64438: hex/oct/bin can show floats exactly.
diff --git a/Include/floatobject.h b/Include/floatobject.h index 650d544..ac510dc 100644 --- a/Include/floatobject.h +++ b/Include/floatobject.h
@@ -111,6 +111,8 @@ Py_UNICODE *format_spec, Py_ssize_t format_spec_len); +PyAPI_FUNC(PyObject *) _float_to_base(PyObject *v, int base); + #ifdef __cplusplus } #endif