[Pywikipedia-l] [ pywikipediabot-Bugs-1980786 ] add_text.py using page.put not put_async
SourceForge.net
noreply at sourceforge.net
Sat May 31 17:01:51 UTC 2008
Bugs item #1980786, was opened at 2008-05-31 13:01
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=1980786&group_id=93107
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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Uberfuzzy (uberfuzzy)
Assigned to: Nobody/Anonymous (nobody)
Summary: add_text.py using page.put not put_async
Initial Comment:
Index: add_text.py
===================================================================
--- add_text.py (revision 5485)
+++ add_text.py (working copy)
@@ -195,7 +195,7 @@
return (False, always)
if choice == 'y' or always:
try:
- page.put(newtext, summary)
+ page.put_async(newtext, summary)
except wikipedia.EditConflict:
wikipedia.output(u'Edit conflict! skip!')
return (False, always)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1980786&group_id=93107
More information about the Pywikipedia-l
mailing list