classification
Title: Add a a way to determine float format
Type: enhancement Stage:
Components: Interpreter Core Versions: Python 3.2
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: benjamin.peterson, mark.dickinson
Priority: low Keywords:

Created on 2010-07-07 18:25 by benjamin.peterson, last changed 2010-07-07 18:25 by benjamin.peterson.

Messages (1)
msg109488 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2010-07-07 18:25
At the moment, the only way is float.__getformat__() which is unpleasant and unofficial. Perhaps we could add a member to sys.float_info.
History
Date User Action Args
2010-07-07 18:25:58benjamin.petersoncreate