Message166859
| 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:03 | Catherine.Devlin | set | recipients: + Catherine.Devlin, rhettinger, ngie |
| 2012-07-30 07:07:03 | Catherine.Devlin | set | messageid: <1343632023.7.0.377517670706.issue13214@psf.upfronthosting.co.za> |
| 2012-07-30 07:07:03 | Catherine.Devlin | link | issue13214 messages |
| 2012-07-30 07:07:03 | Catherine.Devlin | create | |