Hello,
A comment on wikipedia.py points to http://pydoc.org/2.3/difflib.html
which no longer exists. The current location is
http://docs.python.org/library/difflib.html.
Patch attached.
Best regards,
--
Santiago M. Mola
Jabber ID: [email protected]
diff --git a/wikipedia.py b/wikipedia.py
index 8a39386..5d97137 100644
--- a/wikipedia.py
+++ b/wikipedia.py
@@ -7258,7 +7258,7 @@ def showDiff(oldtext, newtext):
The differences are highlighted (only on Unix systems) to show which
changes were made.
"""
- # For information on difflib, see http://pydoc.org/2.3/difflib.html
+ # For information on difflib, see http://docs.python.org/library/difflib.html
color = {
'+': 'lightgreen',
'-': 'lightred',
_______________________________________________
Pywikipedia-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l