summaryrefslogtreecommitdiff
path: root/src/beautifulsoup/element.py.3.diff
diff options
context:
space:
mode:
Diffstat (limited to 'src/beautifulsoup/element.py.3.diff')
-rw-r--r--src/beautifulsoup/element.py.3.diff8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/beautifulsoup/element.py.3.diff b/src/beautifulsoup/element.py.3.diff
new file mode 100644
index 0000000..4549edd
--- /dev/null
+++ b/src/beautifulsoup/element.py.3.diff
@@ -0,0 +1,8 @@
+92c92
+< from htmlentitydefs import name2codepoint
+---
+> from html.entities import name2codepoint
+337c337
+< i = g.next()
+---
+> i = g.__next__()