]> granicus.if.org Git - python/commit
Use sequence repetition instead of bytes constructor with integer argument.
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 11 Sep 2016 11:41:02 +0000 (14:41 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 11 Sep 2016 11:41:02 +0000 (14:41 +0300)
commit5f1a5187f72acb75d59fa67286ecf5c186bae619
treec5bca32d17d3251b8887ddaa10273a7df19a0eaa
parentab8740058a7f76f1438dc18a2ffd918da4f8118d
Use sequence repetition instead of bytes constructor with integer argument.
12 files changed:
Lib/base64.py
Lib/gzip.py
Lib/hmac.py
Lib/pickletools.py
Lib/test/test_bufio.py
Lib/test/test_bz2.py
Lib/test/test_gzip.py
Lib/test/test_io.py
Lib/test/test_ipaddress.py
Lib/test/test_lzma.py
Lib/test/test_socketserver.py
Lib/test/test_wsgiref.py