2008/4/22, Beau <beau@adres.pl>:
|
| My current code is:
|                    page = wikipedia.Page(site, UserTalkPage)
|                    page.put(page.get()+WarnText, EditComment)


Do not mark edits as minor (minorEdit=False).

I am afraid that's not the solution. I modified the code:
                   page.put(page.get()+WarnText, EditComment, minorEdit=False)
Now it is not minor, but is still bot edit and the user doesn't get the orange strip on the top of the screen.

Bináris