This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jackdied
Recipients brett.cannon, jackdied
Date 2008-03-19.17:04:42
SpamBayes Score 0.3574131
Marked as misclassified No
Message-id <1205946283.7.0.848666480072.issue2346@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-03-19 17:04:43jackdiedsetspambayes_score: 0.357413 -> 0.3574131
recipients: + jackdied, brett.cannon
2008-03-19 17:04:43jackdiedsetspambayes_score: 0.357413 -> 0.357413
messageid: <1205946283.7.0.848666480072.issue2346@psf.upfronthosting.co.za>
2008-03-19 17:04:42jackdiedlinkissue2346 messages
2008-03-19 17:04:42jackdiedcreate