This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author alexandre.vassalotti
Recipients alexandre.vassalotti, belopolsky, pitrou, rhettinger, terry.reedy
Date 2008-06-05.23:37:05
SpamBayes Score 0.0786391
Marked as misclassified No
Message-id <1212709027.25.0.535386031365.issue3008@psf.upfronthosting.co.za>
In-reply-to
Content
Kind of a cool hack. I am not sure how useful it is though. Personally,
I find ``struct.pack('d', f)`` slightly more educative (more useful
too), but that is just me. 

And if you allow bin() to accept floats, will you make Python accept
binary float literals too?
History
Date User Action Args
2008-06-05 23:37:07alexandre.vassalottisetspambayes_score: 0.0786391 -> 0.0786391
recipients: + alexandre.vassalotti, rhettinger, terry.reedy, belopolsky, pitrou
2008-06-05 23:37:07alexandre.vassalottisetspambayes_score: 0.0786391 -> 0.0786391
messageid: <1212709027.25.0.535386031365.issue3008@psf.upfronthosting.co.za>
2008-06-05 23:37:06alexandre.vassalottilinkissue3008 messages
2008-06-05 23:37:05alexandre.vassalotticreate