Bugs item #1962460, was opened at 2008-05-12 11:29 Message generated for change (Comment added) made by djbarrett You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1962460...
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 Resolution: Fixed Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: NicDumZ — Nicolas Dumazet (nicdumz) Summary: weblinkchecker.py docstring is incorrect
Initial Comment: Running this command:
python weblinkchecker.py
simply prints a usage message and exits. However, according to the usage message, it is supposed to "load all wiki pages in alphabetical order using the Special:Allpages feature".
No error message is printed.
"python weblinkchecker.py SomePageName" works fine.
----------------------------------------------------------------------
Comment By: Daniel Barrett (djbarrett) Date: 2008-05-12 13:02
Message: Logged In: YES user_id=558133 Originator: NO
Thanks. FYI, some of pywikipedia's scripts accept:
-start:!
while others like "Solve disambiguation.py" expect:
-start:
to mean "start at the beginning." I suggest that you make this consistent across the scripts.
----------------------------------------------------------------------
Comment By: NicDumZ — Nicolas Dumazet (nicdumz) Date: 2008-05-12 12:25
Message: Logged In: YES user_id=1963242 Originator: NO
Renaming that bug : I believe that the behavior is fine, but that the docstring was erroneous. Use -start:! if you need the old (wrongly documented) behavior :) Fixed in r5358.
----------------------------------------------------------------------
Comment By: Daniel Barrett (djbarrett) Date: 2008-05-12 11:40
Message: Logged In: YES user_id=558133 Originator: NO
This was submitted by SourceForge user djbarrett.
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1962460...