]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add new tests for bytes and bytearray constructors. (GH-9843)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 13 Oct 2018 18:02:23 +0000 (11:02 -0700)
committerGitHub <noreply@github.com>
Sat, 13 Oct 2018 18:02:23 +0000 (11:02 -0700)
commitd07564274a120030275ea17859458838c1513694
tree832abf58c92a60ecd7927607f6a340e3b41b30fa
parent22381394ad1541db0b652eed802601f62510d22f
Add new tests for bytes and bytearray constructors. (GH-9843)

Covered all special cases: bytes, tuple, list, differend
kinds of iterables and iterators.
(cherry picked from commit 1a997eb291fdc5f5606c898fffbde61d899ed762)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_bytes.py