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 Arfrever, Trundle, barry, benjamin.peterson, eric.araujo, jcea, michael.foord, ncoghlan, r.david.murray, rhettinger
Date 2011-06-04.05:03:03
SpamBayes Score 0.005163919
Marked as misclassified No
Message-id <1307163784.22.0.0158552671446.issue12248@psf.upfronthosting.co.za>
In-reply-to
Content
or something like:

   result = obj.__dir__()
   if not isinstance(result, list):
       result = list(result)
   result.sort()
   return result
History
Date User Action Args
2011-06-04 05:03:04rhettingersetrecipients: + rhettinger, barry, jcea, ncoghlan, benjamin.peterson, eric.araujo, Arfrever, r.david.murray, michael.foord, Trundle
2011-06-04 05:03:04rhettingersetmessageid: <1307163784.22.0.0158552671446.issue12248@psf.upfronthosting.co.za>
2011-06-04 05:03:03rhettingerlinkissue12248 messages
2011-06-04 05:03:03rhettingercreate