https://bugzilla.wikimedia.org/show_bug.cgi?id=68988
Bug ID: 68988 Summary: watchlist.py should used CachedRequest Product: Pywikibot Version: core (2.0) Hardware: All OS: All Status: NEW Severity: normal Priority: Unprioritized Component: General Assignee: Pywikipedia-bugs@lists.wikimedia.org Reporter: jayvdb@gmail.com Web browser: --- Mobile Platform: ---
Bug 57995 adds a new script watchlist.py, ported from core. The way the watchlist is cached should be upgraded to use CachedRequest.
https://bugzilla.wikimedia.org/show_bug.cgi?id=68988
--- Comment #1 from John Mark Vandenberg jayvdb@gmail.com --- It also uses dircache, which is removed from py 3.0 and needs to be replaced, but that will likely happen when the code is updated to use CachedRequest.
https://bugzilla.wikimedia.org/show_bug.cgi?id=68988
Ricordisamoa ricordisamoa@openmailbox.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ricordisamoa@openmailbox.or | |g Summary|watchlist.py should used |watchlist.py should use |CachedRequest |CachedRequest
https://bugzilla.wikimedia.org/show_bug.cgi?id=68988
John Mark Vandenberg jayvdb@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jayvdb@gmail.com Component|General |Other scripts
https://bugzilla.wikimedia.org/show_bug.cgi?id=68988
John Mark Vandenberg jayvdb@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|watchlist.py should use |watchlist.py should use a |CachedRequest |Cached ListGenerator
--- Comment #2 from John Mark Vandenberg jayvdb@gmail.com --- https://gerrit.wikimedia.org/r/#/c/172104/ implemented CachedRequest. The next task is to build a caching ListGenerator, and use that.
First step is to work around an oddity of watchlistraw. https://gerrit.wikimedia.org/r/#/c/172103/
pywikipedia-bugs@lists.wikimedia.org