We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a2a004 commit 4a7d369Copy full SHA for 4a7d369
html5lib/inputstream.py
@@ -19,12 +19,6 @@
19
except ImportError:
20
BytesIO = StringIO
21
22
-try:
23
- from io import BufferedIOBase
24
-except ImportError:
25
- class BufferedIOBase(object):
26
- pass
27
-
28
# Non-unicode versions of constants for use in the pre-parser
29
spaceCharactersBytes = frozenset([item.encode("ascii") for item in spaceCharacters])
30
asciiLettersBytes = frozenset([item.encode("ascii") for item in asciiLetters])
0 commit comments