Xqt created this task.
Xqt added a project: Pywikibot.
Restricted Application added subscribers: pywikibot-bugs-list, Aklapper.

TASK DESCRIPTION
  There are several subclasses of CurrentPageBot:
  
  - L{**ExistingPageBot**}: Only handle pages which do exist.
  - L{**CreatingPageBot**}: Only handle pages which do not exist.
  - L{**RedirectPageBot**}: Only handle pages which are redirect pages.
  - L{**NoRedirectPageBot**}: Only handle pages which are not redirect pages.
  - L{**FollowRedirectPageBot**}: If the generator returns a redirect page 
it'll follow the redirect and instead work on the redirected class.
  
  Most of them has their own skip_page method to skip a unwanted page and they 
print a waring when skipping a page like `'Page {page} does not exist on 
{page.site}.'`
  
  Provide a possibibilty to hide this messages e.g. a `-noskipwarn` option

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

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

To: Xqt
Cc: Count_Count, Aklapper, Xqt, pywikibot-bugs-list, JohnsonLee01, Dijkstra, 
Zkhalido, Viztor, Wenyi, Tbscho, MayS, Mdupont, JJMC89, 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