commit | 6654329097ad35e451453f14391c04e44c1d060e | [log] [tgz] |
---|---|---|
author | Jon Dufresne <jon.dufresne@gmail.com> | Sun Nov 11 18:21:27 2018 -0800 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Sun Nov 11 21:21:27 2018 -0500 |
tree | fd10ab532f874d936d5ba5bb0ae3e5273679ff0c | |
parent | 5edac0c32baa8b9241284f3f9eebd4271bf7c57b [diff] |
Remove unnecessary use of six.binary_type (#4569) All supported Pythons have type bytes. On Python 2, it is an alias of str, same as six.binary_type. Makes the code slightly more forward compatible and removes some indirection.