Jack Diederich <[EMAIL PROTECTED]> added the comment:

This patch raises a py3k warning from inside the dir() machinery so it
will only warn when dir() is called on an object with an old style
__members__ or __methods__ attribute.  It does not warn if there is an
old style __members__ attribute that is not used.

----------
assignee:  -> jackdied
keywords: +patch
nosy: +jackdied
Added file: http://bugs.python.org/file9768/methods_members.patch

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2346>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to