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

TASK DESCRIPTION
  Running the following code against enwiki:
  
    import pywikibot
    
    site = pywikibot.Site()
    cat = pywikibot.Category(site, 'Category:Redirects from scientific names')
    pagelist = cat.articles(startprefix='Ber', endprefix='Bf', total=100)
    for p in pagelist:
       print(p) 
  
  A warning is output and the endprefix parameter has no effect:
  
    WARNING: API warning (main): Unrecognized parameter: cmendsortkeyprefix.
  
  The  endprefix parameter should be used to set the value of 
gcmendsortkeyprefix, rather than cmendsortkeyprefix.

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

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

To: William_Avery
Cc: Aklapper, William_Avery, pywikibot-bugs-list, Djradon, 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