Raymond Hettinger wrote:
To me, the one obvious way to convert a number to a eval-able string in a different base is to use bin(), oct(), or hex().

What use cases are there for an eval-able representation
of a float in those bases, as opposed to a human-readable
one?

--
Greg
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to