Xqt added a comment. Another sample to investigate into this matter:
>>> import pwb, pywikibot as py >>> s = py.Site() >>> p = py.Page(s, 'user:xqt/Test') >>> t = p.text >>> p.latest_revision_id 151438066 # now chage the page online! >>> r = p.getRestrictions() >>> tt = p.text >>> p.latest_revision_id 151438784 >>> t == tt False TASK DETAIL https://phabricator.wikimedia.org/T93364 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Xqt Cc: saper, Krinkle, gerritbot, Reedy, Nnemo, XZise, Mpaa, jayvdb, pywikibot-bugs-list, Xqt, Aklapper _______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
