Message327889
| Author | xtreak |
|---|---|
| Recipients | cykerway, steven.daprano, tim.peters, xtreak |
| Date | 2018-10-17.10:36:52 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1539772612.27.0.788709270274.issue35010@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
There was some discussion about it : https://lists.gt.net/python/python/539896#539896 . As suggested by Raymond in the thread the below can be used to get the desired output items.sort(key=lambda r: r['user'], reverse=True) items.sort(key=lambda r: r['url']) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-10-17 10:36:52 | xtreak | set | recipients: + xtreak, tim.peters, steven.daprano, cykerway |
| 2018-10-17 10:36:52 | xtreak | set | messageid: <1539772612.27.0.788709270274.issue35010@psf.upfronthosting.co.za> |
| 2018-10-17 10:36:52 | xtreak | link | issue35010 messages |
| 2018-10-17 10:36:52 | xtreak | create | |