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 rhettinger
Recipients Trundle, barry, benjamin.peterson, michael.foord, ncoghlan, r.david.murray, rhettinger
Date 2011-06-03.01:42:42
SpamBayes Score 0.00010303095
Marked as misclassified No
Message-id <1307065363.52.0.557036099161.issue12248@psf.upfronthosting.co.za>
In-reply-to
Content
> I don't believe there is any reason to have tightened up
> the type constraints while fixing that - dir() should be
> returning sorted(obj.__dir__()) and not caring about the 
> exact return type of the magic method.

+1
History
Date User Action Args
2011-06-03 01:42:43rhettingersetrecipients: + rhettinger, barry, ncoghlan, benjamin.peterson, r.david.murray, michael.foord, Trundle
2011-06-03 01:42:43rhettingersetmessageid: <1307065363.52.0.557036099161.issue12248@psf.upfronthosting.co.za>
2011-06-03 01:42:43rhettingerlinkissue12248 messages
2011-06-03 01:42:42rhettingercreate