8000
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 afb5cbe commit b2c4edeCopy full SHA for b2c4ede
html5lib/serializer/htmlserializer.py
@@ -5,8 +5,8 @@
5
from sets import ImmutableSet as frozenset
6
7
try:
8
- # use functools.reduce to avoid DeprecationWarning with -3
9
from functools import reduce
+ pass # no-op statement to avoid 3to2 introducing p 4645 arse error
10
except ImportError:
11
pass
12
0 commit comments