[Bug 73489] redirect.py fails with -moves option

2014-11-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=73489 John Mark Vandenberg jay...@gmail.com changed: What|Removed |Added Blocks||70936 -- You

[Bug 73489] redirect.py fails with -moves option

2014-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=73489 --- Comment #1 from xqt i...@gno.de --- Seems the decorator does not handle arguments for redirect as expected: import pwb import pywikibot as py s = py.Site() x = s.redirect() x u'WEITERLEITUNG' x = s.redirect(True) Traceback (most

[Bug 73489] redirect.py fails with -moves option

2014-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=73489 --- Comment #2 from xqt i...@gno.de --- The corresponding patch was https://gerrit.wikimedia.org/r/#/c/172499/ -- You are receiving this mail because: You are on the CC list for the bug. ___

[Bug 73489] redirect.py fails with -moves option

2014-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=73489 Fabian commodorefabia...@gmx.de changed: What|Removed |Added CC|

[Bug 73489] redirect.py fails with -moves option

2014-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=73489 --- Comment #4 from Gerrit Notification Bot gerritad...@wikimedia.org --- Change 173659 had a related patch set uploaded by XZise: [FIX] Don't use deprecated parameter of redirect() https://gerrit.wikimedia.org/r/173659 -- You are receiving

[Bug 73489] redirect.py fails with -moves option

2014-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=73489 Gerrit Notification Bot gerritad...@wikimedia.org changed: What|Removed |Added Status|NEW

[Bug 73489] redirect.py fails with -moves option

2014-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=73489 --- Comment #5 from Gerrit Notification Bot gerritad...@wikimedia.org --- Change 173659 merged by jenkins-bot: [FIX] Don't use deprecated parameter of redirect() https://gerrit.wikimedia.org/r/173659 -- You are receiving this mail because:

[Bug 73489] redirect.py fails with -moves option

2014-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=73489 Fabian commodorefabia...@gmx.de changed: What|Removed |Added Status|PATCH_TO_REVIEW |NEW --- Comment #6

[Bug 73489] redirect.py fails with -moves option

2014-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=73489 John Mark Vandenberg jay...@gmail.com changed: What|Removed |Added CC|

[Bug 73489] redirect.py fails with -moves option

2014-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=73489 --- Comment #8 from xqt i...@gno.de --- I guess we should not ignore it without any hint. What about the other methods where the arguments are obsolete with the previous patch? -- You are receiving this mail because: You are on the CC list

[Bug 73489] redirect.py fails with -moves option

2014-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=73489 --- Comment #9 from Fabian commodorefabia...@gmx.de --- What about them? In our code base are no callers of those methods or they don't use the deprecated parameter (at least git grep \.…( told me). But obviously for a later patch which avoids