Skip to content

Itertools: 4 updates, 13 additions and many tests #581

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rkompass
Copy link

@rkompass rkompass commented Dec 1, 2022

updated: accumulate, chain, islice, tee; added: chain.from_iterable, combinations, combinations_with_replacement,compress, dropwhile, filterfalse, groupby, pairwise, permutations, product,takewhile, zip_longest; also added tests for all functions

updated: accumulate, chain, islice, tee; added: chain.from_iterable, combinations, combinations_with_replacement,compress, dropwhile, filterfalse, groupby, pairwise, permutations, product,takewhile, zip_longest; also added tests for all functions
@andrewleech
Copy link
Contributor

Hi, I saw your comment on the other thread about the code formatting; you typically just need to run the tool that fixes it all for you and commit that.

You can run pip install -U black; python tools/codeformat.py ./path/to/my/module before committing changes to ensure the formatting matches the standard.

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

Successfully merging this pull request may close these issues.

3 participants