Commit fd04f6a
Remove unnecessary use of six.binary_type (#400)
The bytes type is available on all support Pythons. On Python 2 it is an
alias of str (same as six). Reduce unnecessary compatibility shims and
by using modern Python idioms. Makes the code more forward compatible
with Python 3.1 parent 7facf98 commit fd04f6a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
908 | 908 | | |
909 | 909 | | |
910 | 910 | | |
911 | | - | |
| 911 | + | |
912 | 912 | | |
913 | 913 | | |
914 | 914 | | |
| |||
0 commit comments