nausheenfatma / python-wikitools

Automatically exported from code.google.com/p/python-wikitools
0 stars 0 forks source link

Certain attributes should be immutable #43

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Certain attributes are being used for comparisons which means they shouldn't be 
able to change. Making wiki.apibase immutable should be simple, but it will 
require some trickery to make titles and/or pageids immutable without losing 
significant functionality like the ability to create a page object without an 
API query.

Original issue reported on code.google.com by MrZmanwiki@gmail.com on 8 Jun 2011 at 11:02