jayvdb created this task.
jayvdb claimed this task.
jayvdb added subscribers: pywikipedia-bugs, jayvdb.
jayvdb added a project: pywikibot-core.
jayvdb changed Security from none to none.

TASK DESCRIPTION
  QueryGenerator.__iter__ populates self.normalized with normalised titles data 
from the API, but this isnt used anywhere in the repo.  It could be used by 
subclasses outside of the repo, and it probably _should_ be used by our own 
subclasses.
  
  APISite.getredirtarget() performs its own info property query, and uses the 
same normalized data.  It would probably be inefficient to convert this to 
using QueryGenerator
  
  APISite.preloadpages already uses QueryGenerator, but uses self.sametitle 
instead of QueryGenerator.normalized to detect normalised titles.

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

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
<username>.

To: jayvdb
Cc: pywikipedia-bugs, jayvdb



_______________________________________________
Pywikipedia-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikipedia-bugs

Reply via email to