[issue2346] Py3K warn against using __members__

2008-03-21 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Added test case and warning for another use of __methods__ and committed as r61715. -- nosy: +georg.brandl resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]>

[issue2346] Py3K warn against using __members__

2008-03-19 Thread Jack Diederich
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 th

[issue2346] Py3K warn against using __members__

2008-03-17 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: -- priority: immediate -> urgent __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing lis

[issue2346] Py3K warn against using __members__

2008-03-17 Thread Brett Cannon
New submission from Brett Cannon <[EMAIL PROTECTED]>: Using __members__ should raise a Py3K warning. -- components: Interpreter Core keywords: 26backport messages: 63713 nosy: brett.cannon priority: immediate severity: normal status: open title: Py3K warn against using __members__ versio