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 Catherine.Devlin
Recipients Catherine.Devlin, ngie, rhettinger
Date 2012-07-30.07:07:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343632023.7.0.377517670706.issue13214@psf.upfronthosting.co.za>
In-reply-to
Content
Needed to update the patch slightly for Python 3; now that filter() returns an iterator, ``do_help``'s call to 
names = self.get_names()
followed by
            names.sort()
was throwing an error, so I changed get_names to return a list.
History
Date User Action Args
2012-07-30 07:07:03Catherine.Devlinsetrecipients: + Catherine.Devlin, rhettinger, ngie
2012-07-30 07:07:03Catherine.Devlinsetmessageid: <1343632023.7.0.377517670706.issue13214@psf.upfronthosting.co.za>
2012-07-30 07:07:03Catherine.Devlinlinkissue13214 messages
2012-07-30 07:07:03Catherine.Devlincreate