summaryrefslogtreecommitdiff
path: root/BeautifulSoup.py.3.diff
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2009-04-10 10:30:08 -0400
committerLeonard Richardson <leonard.richardson@canonical.com>2009-04-10 10:30:08 -0400
commitbb77aa085be6c116d0e74b6beaab42b69f691ea4 (patch)
tree4c174d2de2e59f5867933a2a33b28f3180cbb096 /BeautifulSoup.py.3.diff
parent20268a5bc881fc21af089047e03a78870e15d112 (diff)
Big refactoring into multiple files.
Diffstat (limited to 'BeautifulSoup.py.3.diff')
-rw-r--r--BeautifulSoup.py.3.diff12
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__()