Bugs item #2822195, was opened at 2009-07-16 00:42 Message generated for change (Tracker Item Submitted) made by malafaya You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2822195...
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: other Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: André Malafaya Baptista (malafaya) Assigned to: Nobody/Anonymous (nobody) Summary: replace.py -help throws exception
Initial Comment: replace.py -help throws following exception after common bot help (the replace.py specific help is not shown):
Traceback (most recent call last): File "D:\Work\pywikipedia\replace.py", line 705, in <module> main() File "D:\Work\pywikipedia\replace.py", line 510, in main for arg in wikipedia.handleArgs(*args): File "D:\Work\pywikipedia\wikipedia.py", line 6535, in handleArgs showHelp(moduleName) File "D:\Work\pywikipedia\wikipedia.py", line 7005, in showHelp helpText = helpText.replace(key, value.strip('\n\r')) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 852: ordinal not in range(128)
Thanks.
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2822195...