There are few site codes which are obsolete and redirected to other. Seems the Family.obsolote dict is twisted, e.g.
self.obsolete = { 'deu': 'de', }
must be
self.obsolete = { 'de': 'ger', 'deu': 'ger', }
some entry are overridden by later entries e.g. for 'ell' code
'nno' and 'nob' are still valid and not obsolete
See http://pt.anarchopedia.org/api.php?action=query&meta=siteinfo&siprop=interwikimap&sifilteriw=local
Note: the api is very very slow and should be cached maybe some kind of precaching e.g. for Site.lang to get the right i18n quickly.
Version: core-(2.0)
Severity: normal