[issue9192] Add a a way to determine float format

Benjamin Peterson report at bugs.python.org
Wed Jul 7 20:25:59 CEST 2010


New submission from Benjamin Peterson <benjamin at python.org>:

At the moment, the only way is float.__getformat__() which is unpleasant and unofficial. Perhaps we could add a member to sys.float_info.

----------
components: Interpreter Core
messages: 109488
nosy: benjamin.peterson, mark.dickinson
priority: low
severity: normal
status: open
title: Add a a way to determine float format
type: feature request
versions: Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9192>
_______________________________________


More information about the Python-bugs-list mailing list