Xqt created this task. Xqt added projects: Pywikibot, good first task. Restricted Application added subscribers: pywikibot-bugs-list, Aklapper.
TASK DESCRIPTION Introduction ------------ rename `pagegenerators.GeneratorFactory.handleArg()` method to `handle_arg()` due to PEP8 naming convention What to do: ----------- - rename `handleArg()` method of `pagegenerators.GeneratorFactory` to `handle_arg()` - deprecate the old method with `deprecated` Decorator (from `pywikibot.tools`) - replace all occurences of this GeneratorFactory.handleArg() with the new identifier. They can be found here <https://codesearch.wmcloud.org/pywikibot/?q=handleArg%5C(&i=nope&files=&repos=> Importand hints --------------- - be aware: `GeneratorFactory` method is `handleArg()` not `handleArgs()` because it processes one option only - a similar deprecating solution can be found for `handle_args()`/`handleArgs()` function in `pywikibot.bot` module - refer our Coding Convention Guidlines <https://www.mediawiki.org/wiki/Manual:Pywikibot/Development#Guidelines> TASK DETAIL https://phabricator.wikimedia.org/T271437 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Xqt Cc: Aklapper, pywikibot-bugs-list, Xqt, Annysah01, Rohitgeddam, JohnsonLee01, SHEKH, Dijkstra, Khutuck, Soda, Chaytanya, Zkhalido, wiki-helenatxu, Viztor, Wenyi, Kieubinhtb, Tks4Fish, Mh-3110, Asad_Ali_Palijo, Lahi, Soteriaspace, JakeTheDeveloper, Tbscho, MayS, Mdupont, JJMC89, Dvorapa, xSavitar, Altostratus, Avicennasis, MuhammadShuaib, Tmalhotra, SimmeD, mys_721tx, jayvdb, Masti, Alchimista, Rxy
_______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
