We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3a90e5 commit 4bd3012Copy full SHA for 4bd3012
src/future/moves/html/__init__.py
@@ -147,4 +147,4 @@ def unescape(s):
147
return s
148
return _charref.sub(_replace_charref, s)
149
150
- __all__ = ['escape', 'unescape']
+ __all__ = [b'escape', b'unescape']
0 commit comments