http://codereview.appspot.com/6454141/diff/1/MoinMoin/items/__init__.py File MoinMoin/items/__init__.py (right): http://codereview.appspot.com/6454141/diff/1/MoinMoin/items/__init__.py#newco... MoinMoin/items/__init__.py:101: def __init__(self, item, itemtype=None, contenttype=None): itemtype and contenttype now have default values. previously this was done only in Item.create but these default values can be useful in other places too. meta[NAME] is also set where appropriate, which makes the DummyRev more like an ordinary storage Revision.
ok