commit | 7ab986dd84b43742af9b504e0c7acfef8f231ab3 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Wed Oct 14 02:55:12 2015 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Wed Oct 14 02:55:12 2015 +0200 |
tree | 73df0e8900a8bd0c09826c6ff09c5314af25b9c9 | |
parent | 03dab786b2f504791ac46a9f9b9db82e634efd05 [diff] |
Fix test_bytes on Windows On Windows, sprintf("%p", 0xabcdef) formats hexadecimal in uppercase and pad to 16 characters (on 64-bit system) with zeros.