nicdumz@svn.wikimedia.org ha scritto:
- def resolvemagicwords(self, wikitext):
"""Replace the {{ns:xx}} marks in a wikitext with the namespace names"""
defaults = []
for namespace in self.family.namespaces.itervalues():
value = namespace.get('_default', None)
if value:
if isinstance(value, list):
defaults += value
else:
defaults.append(value)
I don't write comments about SVN commits anymore because I am tired of getting ignored and of people that doesn't read the mailing-list (and not only) and have commit access. I have major open source projects for wasting my time.