Merge 64438: hex/oct/bin can show floats exactly.

This commit is contained in:
Raymond Hettinger 2008-06-22 11:39:13 +00:00
parent dd811a4da7
commit d11a44312f
4 changed files with 63 additions and 1 deletions

View file

@ -111,6 +111,8 @@ PyAPI_FUNC(PyObject *) _PyFloat_FormatAdvanced(PyObject *obj,
Py_UNICODE *format_spec,
Py_ssize_t format_spec_len);
PyAPI_FUNC(PyObject *) _float_to_base(PyObject *v, int base);
#ifdef __cplusplus
}
#endif