jenkins-bot has submitted this change and it was merged.
Change subject: update 3 SourceForge bug ids to Bugzilla ones ......................................................................
update 3 SourceForge bug ids to Bugzilla ones
3 other bugs were closed on SourceForge without being imported on Bugzilla: - pywikibot/page.py:1840 bug #1795683 - pywikibot/textlib.py:221 bug #1731008 - scripts/interwiki.py:1900 bug #3081100 (maybe they should be removed from comments)
Change-Id: Iecba7695b828837fdd3c3e91beac8c815ef94825 --- M scripts/blockpageschecker.py M scripts/cosmetic_changes.py 2 files changed, 3 insertions(+), 3 deletions(-)
Approvals: Legoktm: Looks good to me, approved jenkins-bot: Verified
diff --git a/scripts/blockpageschecker.py b/scripts/blockpageschecker.py index 2ffc1e8..c026b20 100755 --- a/scripts/blockpageschecker.py +++ b/scripts/blockpageschecker.py @@ -296,7 +296,7 @@ """ # This check does not work : # PreloadingGenerator cannot set correctly page.editRestriction - # (see bug #1949476 ) + # (see bug 55322) if not page.canBeEdited(): pywikibot.output("%s is sysop-protected : this account can't edit " "it! Skipping..." % pagename) diff --git a/scripts/cosmetic_changes.py b/scripts/cosmetic_changes.py index 831ad6b..a69c35d 100755 --- a/scripts/cosmetic_changes.py +++ b/scripts/cosmetic_changes.py @@ -344,7 +344,7 @@ assert u'Kép' in namespaces namespaces.remove(u'Kép') elif self.site.code == 'pt': - # bug #3346901 should be implemented + # bug 55242 should be implemented continue # lowerspaced and underscored namespaces for i in range(len(namespaces)): @@ -773,7 +773,7 @@ text = pywikibot.replaceExcept(text, u'[ىي]', u'ی', exceptions) return text # replace persian/arabic digits - ## deactivated due to bug #3539407 + # deactivated due to bug 55185 for i in range(0, 10): text = pywikibot.replaceExcept(text, old[i], new[i], exceptions) # do not change digits in class, style and table params
pywikibot-commits@lists.wikimedia.org