the wikicode can be converted to unicode via "__unicode__" but python3 support unicode through "__str__". This commimt allows python3 code to convert a wikicode into a unicode via str([wikicode])