Bugs item #1887935, was opened at 2008-02-06 16:34 Message generated for change (Comment added) made by rotemliss 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: Closed Resolution: Fixed
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'])]
----------------------------------------------------------------------
Comment By: Rotem Liss (rotemliss)
Date: 2008-02-09 15:19
Message: Logged In: YES user_id=1327030 Originator: NO
Fixed in r4989.
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1887935...
pywikipedia-l@lists.wikimedia.org