2 # -*- coding: iso-8859-15 -*-
5 """This module contains general functions for using the MediaWiki API. There is one very
6 good Python wrapper implementation of the MediaWiki API:
7 * wikitools http://code.google.com/p/python-wikitools/
9 Therefore this module doesn't need to have much content.
13 """Line 2237 of includes/Title.php says: $this->mTextform = str_replace( '_', ' ', $dbkey );
14 No check for None because a missing title is an error."""
15 return value.replace('_', ' ')