diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2009-04-10 13:27:37 -0400 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2009-04-10 13:27:37 -0400 |
commit | f58206f03930a2c2d7800ce31aee4c9c25493e11 (patch) | |
tree | 93ff544129631496c4de2e8d79c4c378955666fd /src/beautifulsoup/element.py.3.diff | |
parent | d632af350b0012c7252f8489f1009cfc72bc6422 (diff) |
Unified the Python 3 diffs into one file.
Diffstat (limited to 'src/beautifulsoup/element.py.3.diff')
-rw-r--r-- | src/beautifulsoup/element.py.3.diff | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/beautifulsoup/element.py.3.diff b/src/beautifulsoup/element.py.3.diff deleted file mode 100644 index 4549edd..0000000 --- a/src/beautifulsoup/element.py.3.diff +++ /dev/null @@ -1,8 +0,0 @@ -92c92 -< from htmlentitydefs import name2codepoint ---- -> from html.entities import name2codepoint -337c337 -< i = g.next() ---- -> i = g.__next__() |