jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/338102 )
Change subject: Remove fixme note ......................................................................
Remove fixme note
Per T74941#794299, MediaWiki does it since 1.11 while Pywikibot now supports 1.14 or higher.
Change-Id: I1e941d6b760a32919465c4d01bbd3e0f3143629c --- M pywikibot/cosmetic_changes.py 1 file changed, 0 insertions(+), 2 deletions(-)
Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved
diff --git a/pywikibot/cosmetic_changes.py b/pywikibot/cosmetic_changes.py index 2684d81..f1923a8 100755 --- a/pywikibot/cosmetic_changes.py +++ b/pywikibot/cosmetic_changes.py @@ -619,8 +619,6 @@ Newer MediaWiki versions automatically place a non-breaking space in front of a percent sign, so it is no longer required to place it manually. - - FIXME: which version should this be run on? """ text = textlib.replaceExcept(text, r'(\d) %', r'\1 %', ['timeline'])
pywikibot-commits@lists.wikimedia.org