Xqt added a comment.

  @PythonMonster: The path above is still WIP but you can try an review it. The 
size and some other data is provided either as attribute or as item, e.g.
  
    >>> import pwb, pywikibot as py
    >>> s = py.Site()
    >>> p = py.Page(s, 'user:xqt/Test')
    >>> g = p.revisions(content=True, total=1)
    >>> d = next(g)
    >>> d.size
    18
    >>> d[size]
    18

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

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

To: Xqt
Cc: Aklapper, pywikibot-bugs-list, PythonMonster, JohnsonLee01, SHEKH, 
Dijkstra, Alter-paule, Beast1978, Un1tY, Khutuck, Zkhalido, Hook696, Kent7301, 
joker88john, Viztor, CucyNoiD, Wenyi, Gaboe420, Giuliamocci, Cpaulf30, Af420, 
Bsandipan, Tbscho, MayS, Lewizho99, Mdupont, JJMC89, Maathavan, Dvorapa, 
Altostratus, Avicennasis, mys_721tx, jayvdb, Masti, Alchimista, Rxy
_______________________________________________
pywikibot-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs

Reply via email to