Bugs item #2994661, was opened at 2010-04-30 09:53 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2994661...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: General Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: links to pages in error messages
Initial Comment: Please make sure in warnings/error messages in bots output pages ALWAYS come with language codes. This would make it easier to analyse logs and track issues. So e.g. in wikipedia.py it should rather be
elif isinstance(error, PageNotSaved): output(u"Saving page %s failed: %s" % (page.aslink(True), error))
instead of
elif isinstance(error, PageNotSaved): output(u"Saving page [[%s]] failed: %s" % (page.title(), error))
Please fix all similar occurrences so that pages are always accompanied by a language code. Thanks!
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2994661...
pywikipedia-bugs@lists.wikimedia.org