]> 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:53:24 +0000 (11:53 -0700)
committerGitHub <noreply@github.com>
Sat, 13 Oct 2018 18:53:24 +0000 (11:53 -0700)
commit73d9cccb7a12a1fc45d1d250d43f8db20cea66a1
tree8f2ba3e019798f75971bf66cb0619ecda6a90554
parent950fa40eee483f7507cd825b574a018b957dd253
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