On Mon, Jun 27, 2011 at 7:52 AM, Terry Reedy <tjre...@udel.edu> wrote: >> or the 'attribute' substitution everywhere makes sense? > > No. > > My strong history-based opinions ;-).
+1 to what Terry said. "Members" is a historical relic that is best replaced by "attributes" or "data attributes" if we want to explicitly exclude methods for some reason. "Methods" is a subset of attributes that explicitly excludes data attributes. Cheers, Nick. -- Nick Coghlan | ncogh...@gmail.com | Brisbane, Australia _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com