]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #15845: Fix comparison between bytes and string.
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 8 Jan 2013 09:38:45 +0000 (11:38 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 8 Jan 2013 09:38:45 +0000 (11:38 +0200)
commit1a03ac832dae04a4a8044f59a894c579fec4e439
tree62e655c1a3a7f5b95dec8ac57f678cfb52c5947e
parent15738427f612a447475254d0ac26ce4b4bb9ef2e
parentf6fb3a3206dcd27a68f5717c08d83ee8f1466545
Issue #15845: Fix comparison between bytes and string.
Patch by Alessandro Moura.
Lib/os.py