Message11929

Author zyasoft
Recipients jeff.allen, zyasoft
Date 2018-04-30.19:23:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525116207.71.0.682650639539.issue2662@psf.upfronthosting.co.za>
In-reply-to
Content
re private class implementing List directly: this does seem like a post 2.7.2 change, if we even do that. There are good reasons to access private methods/fields, as we know in the Jython runtime itself. But this private access should be done directly with the class in question, not as an extending class written in Python. For those circumstances, a composition pattern approach would IMHO be best.
History
Date User Action Args
2018-04-30 19:23:27zyasoftsetmessageid: <1525116207.71.0.682650639539.issue2662@psf.upfronthosting.co.za>
2018-04-30 19:23:27zyasoftsetrecipients: + zyasoft, jeff.allen
2018-04-30 19:23:27zyasoftlinkissue2662 messages
2018-04-30 19:23:27zyasoftcreate