Last modified: 2014-10-07 08:09:46 UTC
Originally from: http://sourceforge.net/p/pywikipediabot/bugs/1507/ Reported by: malafaya Created on: 2012-08-31 15:13:10 Subject: Category name misinterpreted if it starts by a IL prefix Original description: Many Wiktionaries use language code prefixes in categories. I tried executing: >> category.py -lang:mk -family:wiktionary -inplace move Category to move from: A Category to move to: mk:B \[...\] Result: Pages will be moved from Category:A to Category:B, not Category:mk:B\! "mk:" is being considered as the wiki interlanguage prefix. Pywikipedia trunk/pywikipedia/ \(r10504, 2012/08/23, 10:22:31\) Python 2.7.2 \(default, Jun 12 2011, 14:24:46\) \[MSC v.1500 64 bit \(AMD64\)\] config-settings: use\_api = True use\_api\_login = True unicode test: ok
I was able to reproduce the bug
Change 132781 had a related patch set uploaded by Ladsgroup: Fix bug 55265 and bug 55174 https://gerrit.wikimedia.org/r/132781
one patch merged; another pending, on a different bug