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 serhiy.storchaka
Recipients mark.dickinson, ragreddy, rhettinger, serhiy.storchaka, vstinner
Date 2016-04-14.04:35:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460608547.32.0.560178924693.issue26743@psf.upfronthosting.co.za>
In-reply-to
Content
What is the output of `struct.pack('d', 2.0)` and `struct.pack('d', float(2))`?
History
Date User Action Args
2016-04-14 04:35:47serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, mark.dickinson, vstinner, ragreddy
2016-04-14 04:35:47serhiy.storchakasetmessageid: <1460608547.32.0.560178924693.issue26743@psf.upfronthosting.co.za>
2016-04-14 04:35:47serhiy.storchakalinkissue26743 messages
2016-04-14 04:35:47serhiy.storchakacreate