]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Change string literals to bytes, since they are compared to bytes.
authorJeremy Hylton <jeremy@alum.mit.edu>
Wed, 29 Aug 2007 19:07:40 +0000 (19:07 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Wed, 29 Aug 2007 19:07:40 +0000 (19:07 +0000)
commita5dc3db3d162b10b51131113d19ce16244c9fe0e
tree71ba3f27adc4366cb6c130d8c95a454cf8be2985
parente3e3701f8f1a3c9a4ae84cde793e421ce0460d83
Change string literals to bytes, since they are compared to bytes.
Lib/pickletools.py