]> 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:48:02 +0000 (16:48 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 20 Mar 2015 14:48:02 +0000 (16:48 +0200)
commitee4c0b9dcfb550094cca086a032d44393b5c3642
treec04129c6917ab6ea583c417066b03afb81828552
parent000391b7de634635b493b680f14b907d767d8583
parent74a49ac3f5ac3c7a09c691db4888c981a0cb3232
Issue #23681: Fixed Python 2 to 3 poring bugs.
Indexing bytes retiurns an integer, not bytes.
Lib/smtpd.py
Lib/test/test_buffer.py
Lib/test/test_tokenize.py