Message2896

Author cgroves
Recipients
Date 2007-09-22.12:00:41
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Looks good to me too, so I applied the updated version to trunk in r3506.

I did make a couple of tiny changes.  The unicode___mod__ method needed to be package protected and final.  Those type methods are always final as they're used to implement the type specific method implementation used by the descriptor, and it shouldn't be overrideable by a subclass.  That also means the whole implementation of the method needs to be in unicode___mod__ so the descriptor gets the full behavior, and the PyObject method for that function, __mod__ in this case, should just call the type specific method and that's it.
History
Date User Action Args
2008-02-20 17:18:50adminlinkissue1799330 messages
2008-02-20 17:18:50admincreate