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 Anthony Sottile
Recipients Anthony Sottile, Zac Hatfield-Dodds, domdfcoding, jaraco, miss-islington
Date 2021-05-30.16:17:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1622391451.42.0.0770007062693.issue44246@roundup.psfhosted.org>
In-reply-to
Content
I also need `.sort(key=...)` for what it's worth, the error in this issue was just the first encountered

I think my only satisfactory outcome would be:

- the original api returns actual dicts
- the sub-api returns actual lists
- the new select is implemented as a separate *new* api without changing the existing api
History
Date User Action Args
2021-05-30 16:17:31Anthony Sottilesetrecipients: + Anthony Sottile, jaraco, Zac Hatfield-Dodds, miss-islington, domdfcoding
2021-05-30 16:17:31Anthony Sottilesetmessageid: <1622391451.42.0.0770007062693.issue44246@roundup.psfhosted.org>
2021-05-30 16:17:31Anthony Sottilelinkissue44246 messages
2021-05-30 16:17:31Anthony Sottilecreate