-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Complete itertools.chain interface (#108)
* added chain.aclose method for cleanup (closes #107) * do not reconstruct chain implementation again and again * use same implementation for chain and chain.from_iterable * chain owns explicitly passed iterables
- Loading branch information
1 parent
d20a48b
commit b966a95
Showing
2 changed files
with
86 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters