Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC: improved-itertools-api #2189

Closed
Theodus opened this issue Aug 23, 2017 · 0 comments
Closed

RFC: improved-itertools-api #2189

Theodus opened this issue Aug 23, 2017 · 0 comments
Assignees

Comments

@Theodus
Copy link
Contributor

Theodus commented Aug 23, 2017

improve the usability and reduce the maintenance cost of the itertools package.
https://github.com/ponylang/rfcs/blob/master/text/0049-improved-itertools-api.md

@Theodus Theodus self-assigned this Aug 23, 2017
SeanTAllen pushed a commit that referenced this issue Aug 30, 2017
This PR makes the changes described in RFC 49. These include making
`fold` non-partial and adding the `fold_partial`, `filter_map`, and
`flat_map` methods. All classes in the itertools package other than
`Iter` have been removed.

Resolves #2189
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant