diff options
Diffstat (limited to 'BeautifulSoup.py.3.diff')
-rw-r--r-- | BeautifulSoup.py.3.diff | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/BeautifulSoup.py.3.diff b/BeautifulSoup.py.3.diff deleted file mode 100644 index ad3d6e1..0000000 --- a/BeautifulSoup.py.3.diff +++ /dev/null @@ -1,12 +0,0 @@ -90c90 -< from HTMLParser import HTMLParser, HTMLParseError ---- -> from html.parser import HTMLParser, HTMLParseError -92c92 -< from htmlentitydefs import name2codepoint ---- -> from html.entities import name2codepoint -337c337 -< i = g.next() ---- -> i = g.__next__() |