forked fromhtml5lib/html5lib-python
- Notifications
You must be signed in to change notification settings - Fork0
Commitfd04f6a
Remove unnecessary use of six.binary_type (html5lib#400)
The bytes type is available on all support Pythons. On Python 2 it is analias of str (same as six). Reduce unnecessary compatibility shims andby using modern Python idioms. Makes the code more forward compatiblewith Python 3.1 parent7facf98 commitfd04f6a
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
Comments
(0)