darthbhyrava added a comment.
That was certainly very instructive. Thanks. :D Looking up APISite.recentchanges <https://git.wikimedia.org/blob/pywikibot%2Fcore.git/master/pywikibot%2Fsite.py#L4370>, I can see the code you speak of mentioning rcprop in recentchanges: rcgen = self._generator(api.ListGenerator, type_arg="recentchanges", rcprop="user|comment|timestamp|title|ids" "|sizes|redirect|loginfo|flags", namespaces=namespaces, step=step, total=total) Interestingly, the September '09 change <https://git.wikimedia.org/blob/pywikibot%2Fcore.git/566ab873e666a1354b558c29dd99a5f80714876c/pywikibot%2Fsite.py> by Alex removed 'patrolled' because of denied permission. (Whitelist issues, maybe?) Anyway, here's the commit <https://git.wikimedia.org/commit/pywikibot%2Fcore.git/566ab873e666a1354b558c29dd99a5f80714876c> you wanted. :) TASK DETAIL https://phabricator.wikimedia.org/T129193 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: darthbhyrava Cc: Multichill, Mpaa, gerritbot, darthbhyrava, Aklapper, Avicennasis, pywikibot-bugs-list, jayvdb, Lewizho99 _______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
