]> granicus.if.org Git - python/commit
Issue #10783: Fix test_sys, pack('c', ' ') => pack('c', b' ')
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 28 Dec 2010 13:33:43 +0000 (13:33 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 28 Dec 2010 13:33:43 +0000 (13:33 +0000)
commitbaab9d0bf6d1627aa292a7639878ae9ba46fc2ca
treec2ec3dd7035a0e69354816645769e2a2d7bb7401
parentda9ec995f66bdb69dce7292abc4e1ca86e6a626a
Issue #10783: Fix test_sys, pack('c', ' ') => pack('c', b' ')
Lib/test/test_sys.py