[issue1248658] dir should accept dirproxies for __dict__

2012-10-23 Thread Ronald Oussoren
Ronald Oussoren added the comment: This is not relevant for supported python releases: in python 2.6 and later my usecase can be implemented using the magic method __dir__. I'm therefore closing this issue. -- resolution: -> rejected status: open -> closed ___

[issue1248658] dir should accept dirproxies for __dict__

2010-07-09 Thread Ronald Oussoren
Ronald Oussoren added the comment: AFAIK this is not yet implemented. Patched would be appreciated. I will get around to doing it myself some day, but this issue doesn't have high priority for me. -- priority: normal -> low ___ Python tracker

[issue1248658] dir should accept dirproxies for __dict__

2010-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: Ronald has this already been implemented, if not could you provide a patch for it, or what? -- nosy: +BreamoreBoy versions: +Python 3.2 -Python 2.7 ___ Python tracker __

[issue1248658] dir should accept dirproxies for __dict__

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> feature request versions: +Python 2.7 -Python 2.4 ___ Python tracker ___ _