This repository was archived by the owner on Jan 18, 2025. It is now read-only.
Commit 3584b07
committed
Always use
`bytes` was introduced in Python 2.6 as an alias for `str`.
`six.binary_type` is equivalent to it, but it makes sense to use the native
type instead of a compatibilty libray type when there's no difference in
them.
`bytes` was already being used in most places, this commit replaces the
three remaining uses.bytes instead of six.binary_type
1 parent ed36586 commit 3584b07
2 files changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
130 | 129 | | |
131 | 130 | | |
132 | 131 | | |
133 | | - | |
| 132 | + | |
134 | 133 | | |
135 | 134 | | |
136 | 135 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
644 | 644 | | |
645 | 645 | | |
646 | 646 | | |
647 | | - | |
648 | | - | |
| 647 | + | |
| 648 | + | |
649 | 649 | | |
650 | 650 | | |
651 | 651 | | |
| |||
0 commit comments