]> granicus.if.org Git - python/commit
Issue #23681: Fixed Python 2 to 3 poring bugs.
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 20 Mar 2015 14:46:19 +0000 (16:46 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 20 Mar 2015 14:46:19 +0000 (16:46 +0200)
commit74a49ac3f5ac3c7a09c691db4888c981a0cb3232
treefda01f4cbce74bb51529a4d05d0b954988607932
parentd83b7c2df4439b678bf7e372f8c9bbaff2907689
Issue #23681: Fixed Python 2 to 3 poring bugs.
Indexing bytes retiurns an integer, not bytes.
Lib/poplib.py
Lib/quopri.py
Lib/sunau.py
Lib/test/test_buffer.py
Lib/test/test_tokenize.py