Revision: 5730 Author: russblau Date: 2008-07-18 18:44:19 +0000 (Fri, 18 Jul 2008)
Log Message: ----------- add crossnamespace (for compatibility with old family files, not currently used here)
Modified Paths: -------------- branches/rewrite/pywikibot/family.py
Modified: branches/rewrite/pywikibot/family.py =================================================================== --- branches/rewrite/pywikibot/family.py 2008-07-18 18:43:32 UTC (rev 5729) +++ branches/rewrite/pywikibot/family.py 2008-07-18 18:44:19 UTC (rev 5730) @@ -1992,6 +1992,8 @@ }, }
+ self.crossnamespace = {} + # letters that can follow a wikilink and are regarded as part of this link # This depends on the linktrail setting in LanguageXx.php and on # [[MediaWiki:Linktrail]].
pywikipedia-l@lists.wikimedia.org