Mpaa created this task.
Mpaa added a subscriber: Mpaa.
Mpaa added a project: pywikibot-core.
Restricted Application added subscribers: Aklapper, pywikipedia-bugs.

TASK DESCRIPTION
  At the first call, page.text or page.get() submit two similar requests.
  Moreover, page.get() does not use cached data as commented in code but reload 
every time the page.
  
  This is due to the use of page.latest_revision.text in get().  
  
  [debug print inserted in request.submit()]
  
  ```
  >>> page.text
  SUBMIT 
/w/api.php?continue=&rvprop=ids|flags|timestamp|user|comment|content&prop=info|revisions&titles=User:Mpaa/y&indexpageids=&action=query
  SUBMIT 
/w/api.php?action=query&meta=userinfo&uiprop=blockinfo|hasmsg|groups|rights
  SUBMIT 
/w/api.php?continue=&rvprop=ids|flags|timestamp|user|comment|content&prop=info|revisions&action=query&titles=User:Mpaa/y&indexpageids=&rvlimit=1&rvdir=older
  u'yet another'
  ```

TASK DETAIL
  https://phabricator.wikimedia.org/T97960

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
<username>.

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Mpaa
Cc: pywikipedia-bugs, Aklapper, Mpaa, jayvdb



_______________________________________________
Pywikipedia-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikipedia-bugs

Reply via email to