]> granicus.if.org Git - python/commit
Issue #23681: The -b option now affects comparisons of bytes with int.
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 20 Mar 2015 14:54:57 +0000 (16:54 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 20 Mar 2015 14:54:57 +0000 (16:54 +0200)
commit1dd49824df49d0132b21d90c12bb596da89d7a17
tree7c76fae39c0d2160d8abcb5e908d7b46a9cd8f01
parentee4c0b9dcfb550094cca086a032d44393b5c3642
Issue #23681: The -b option now affects comparisons of bytes with int.
Doc/using/cmdline.rst
Doc/whatsnew/3.5.rst
Lib/test/test_bytes.py
Misc/NEWS
Objects/bytesobject.c