Bugs item #2877789, was opened at 2009-10-13 13:23 Message generated for change (Tracker Item Submitted) made by eugo You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2877789...
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: euku (eugo) Assigned to: Nobody/Anonymous (nobody) Summary: wikipedia.py: getReferences() returns first 500 pages only
Initial Comment: Try this on German WP (rv7446): python replace.py -ref:"Vorlage:Autoarchiv-Erledigt" "BLAbla12345##" "something" you will just get the first 500 pages i.e. http://de.wikipedia.org/w/index.php?title=Spezial:Linkliste/Vorlage:Autoarch...
One can increase "special_page_limit" to get more pages but, I see the following (bad) hack in wikipedia.getReferences(): # Temporary bug-fix while researching more robust solution: if config.special_page_limit > 999: config.special_page_limit = 999 and I wonder what the limit is good for... Two weeks ago there was nothing like this. ython version.py
--- Pywikipedia [http] trunk/pywikipedia (r7446, 2009/10/13, 06:34:21) Python 2.6.2 (release26-maint, Apr 19 2009, 01:58:18) [GCC 4.3.3]
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2877789...
pywikipedia-bugs@lists.wikimedia.org