]> granicus.if.org Git - python/commit
Fix test_bytes on Windows
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 14 Oct 2015 00:55:12 +0000 (02:55 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 14 Oct 2015 00:55:12 +0000 (02:55 +0200)
commit7ab986dd84b43742af9b504e0c7acfef8f231ab3
tree73df0e8900a8bd0c09826c6ff09c5314af25b9c9
parent03dab786b2f504791ac46a9f9b9db82e634efd05
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.
Lib/test/test_bytes.py