Message11929
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. |
|
Date |
User |
Action |
Args |
2018-04-30 19:23:27 | zyasoft | set | messageid: <1525116207.71.0.682650639539.issue2662@psf.upfronthosting.co.za> |
2018-04-30 19:23:27 | zyasoft | set | recipients:
+ zyasoft, jeff.allen |
2018-04-30 19:23:27 | zyasoft | link | issue2662 messages |
2018-04-30 19:23:27 | zyasoft | create | |
|