Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1235350?usp=email )
Change subject: Revert "archivebot: make TimeStripper more resilient for itwiki" ......................................................................
Revert "archivebot: make TimeStripper more resilient for itwiki"
This reverts commit e3e88edbcd65d4e8e2da5fce2a13552b709feb92.
Reason for revert: should only be changed on master branch
Change-Id: I988ae2700b86e604c6a850d5f108d7c0eb6c2bc7 --- M pywikibot/textlib.py 1 file changed, 3 insertions(+), 3 deletions(-)
Approvals: Xqt: Verified; Looks good to me, approved
diff --git a/pywikibot/textlib.py b/pywikibot/textlib.py index beb5bdc..97ea55a 100644 --- a/pywikibot/textlib.py +++ b/pywikibot/textlib.py @@ -1,6 +1,6 @@ """Functions for manipulating wiki-text.""" # -# (C) Pywikibot team, 2008-2026 +# (C) Pywikibot team, 2008-2025 # # Distributed under the terms of the MIT license. # @@ -2234,8 +2234,8 @@
self.origNames2monthNum = {} # use first_lower/first_upper for those language where month names - # were changed: T324310, T356175, T415880 - if self.site.lang in ('hy', 'it', 'vi'): + # were changed: T324310, T356175 + if self.site.lang in ('hy', 'vi'): functions = [first_upper, first_lower] else: functions = [str]
pywikibot-commits@lists.wikimedia.org