Feature Requests item #2994661, was opened at 2010-04-30 11:53 Message generated for change (Comment added) made by xqt You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603141&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: None Group: None
Status: Closed
Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody)
Assigned to: xqt (xqt)
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!
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2010-05-12 10:53
Message: done in r8157
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603141&aid=2994661...
pywikipedia-bugs@lists.wikimedia.org