Bugs item #1887935, was opened at 2008-02-06 15:34 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1887935...
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: giurrero (giurrero) Assigned to: Nobody/Anonymous (nobody) Summary: wikipedia.templatesWithParams
Initial Comment: bug in function wikipedia.templatesWithParams
==== page.get() === {{MyTemplate |field1 = value1 |field2 = [[value2|two]] }} =============
page.templatesWithParams()
expected:
[(u'MyTemplate', [u'field1 = value1\n', u'field2 = [[value2|two]]\n'])]
got:
[(u'MyTemplate', [u'field1 = value1\n', u'field2 = [[value2', u'two]]\n'])]
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1887935...
pywikipedia-l@lists.wikimedia.org