[Zope-Checkins] SVN: Zope/branches/2.12/ Make ObjectManager's ``get`` and ``__getitem__`` return only "items".

2012-02-14 Thread Tres Seaver
Log message for revision 124393: Make ObjectManager's ``get`` and ``__getitem__`` return only "items". No longer return attributes / methods from the class or from acquisition. Thanks to Richard Mitchell at Netsight for the report. Changed: U Zope/branches/2.12/doc/CHANGES.rst

[Zope-Checkins] SVN: Zope/branches/2.13/ Make ObjectManager's ``get`` and ``__getitem__`` return only "items".

2012-02-14 Thread Tres Seaver
Log message for revision 124394: Make ObjectManager's ``get`` and ``__getitem__`` return only "items". No longer return attributes / methods from the class or from acquisition. Thanks to Richard Mitchell at Netsight for the report. Changed: U Zope/branches/2.13/doc/CHANGES.rst

[Zope-Checkins] SVN: Zope/trunk/ Make ObjectManager's ``get`` and ``__getitem__`` return only "items".

2012-02-14 Thread Tres Seaver
Log message for revision 124395: Make ObjectManager's ``get`` and ``__getitem__`` return only "items". No longer return attributes / methods from the class or from acquisition. Thanks to Richard Mitchell at Netsight for the report. Changed: U Zope/trunk/doc/CHANGES.rst U Zop