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 anon
Recipients anon, hct, josh.r, mark.dickinson, martin.panter, meador.inge, pitrou, rhettinger, serhiy.storchaka, tim.peters, vstinner
Date 2014-10-02.10:26:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412245586.39.0.26271750594.issue19915@psf.upfronthosting.co.za>
In-reply-to
Content
Giving it more thought: to get the int we'd need something like int(x.bits[2:][4:]) which seems quite annoying for the general case of int(x.bits[0:52]). So actually I'm not sure that views would add any more abstraction for their extra complexity without becoming a bit unwieldy.
History
Date User Action Args
2014-10-02 10:26:26anonsetrecipients: + anon, tim.peters, rhettinger, mark.dickinson, pitrou, vstinner, meador.inge, martin.panter, serhiy.storchaka, hct, josh.r
2014-10-02 10:26:26anonsetmessageid: <1412245586.39.0.26271750594.issue19915@psf.upfronthosting.co.za>
2014-10-02 10:26:26anonlinkissue19915 messages
2014-10-02 10:26:26anoncreate