We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent9397de5 commitc18094aCopy full SHA for c18094a
html5lib/inputstream.py
@@ -43,7 +43,7 @@ class BufferedIOBase(object):
43
charsUntilRegEx= {}
44
45
46
-classBufferedStream:
+classBufferedStream(object):
47
"""Buffering for streams that do not have buffering of their own
48
49
The buffer is implemented as a list of chunks on the assumption that
@@ -132,7 +132,7 @@ def HTMLInputStream(source, encoding=None, parseMeta=True, chardet=True):
132
returnHTMLBinaryInputStream(source,encoding,parseMeta,chardet)
133
134
135
-classHTMLUnicodeInputStream:
+classHTMLUnicodeInputStream(object):
136
"""Provides a unicode stream of characters to the HTMLTokenizer.
137
138
This class takes care of character encoding and removing or replacing