Skip to content

Commit

Permalink
Remove fixme note
Browse files Browse the repository at this point in the history
Per T74941#794299, MediaWiki does it since 1.11 while Pywikibot now
supports 1.14 or higher.

Change-Id: I1e941d6b760a32919465c4d01bbd3e0f3143629c
  • Loading branch information
matejsuchanek committed Feb 16, 2017
1 parent bc3196b commit b6d41cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pywikibot/cosmetic_changes.py
Original file line number Diff line number Diff line change
Expand Up @@ -619,8 +619,6 @@ def removeNonBreakingSpaceBeforePercent(self, text):
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'])
Expand Down

0 comments on commit b6d41cc

Please sign in to comment.