"Valhallasw" posted a comment on pywikipedia.r10072. URL: http://www.mediawiki.org/wiki/Special:Code/pywikipedia/10072#c32592
Commit summary for pywikipedia.r10072: raise NotImplementedError if -simulate option is given without API, follow-up for r9909 Valhallasw's comment: The config parameter currently sets config.actions_to_block. I would find it more logical to either apply (or not) the actions set in config.actions_to_block when -simulate is set. thus: config.py contains a line config.actions_to_block = ['edit', 'watch', 'move', 'delete', ...] but wikipedia.py sets something that actually tells the comm layer to block those actions. Does that clarify what I mean? _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
