<div>currently, some old methods still remain in the rewrite branch, for backward-compatibility.</div>
<div> </div>
<div>but i think as a <strong>rewrite</strong> version, such methods can be removed, or replaced with new methods and properties,</div>
<div>to make new code cleaner.</div>
<div> </div>
<div>also, for convinence, we can provide some simple wrapper classes, which map old methods to new ones.</div>
<div>and put them in some package such as <font face="courier new,monospace">pywikibot.wrappers.*</font>. for example, <font face="courier new,monospace">pywikibot.wrappers.Page</font>.</div>
<div>try to make them have the same interfaces as old version (trunk version?).</div>
<div>and this may make porting old scripts easier (just by writing <font face="courier new,monospace">from pywikibot import wrappers as wikipedia</font> etc.).</div>
<div> </div>