X Tutup
The Wayback Machine - https://web.archive.org/web/20260317231632/https://github.com/python/cpython/pull/31028
Skip to content

Add itertool recipe for subslices#31028

Merged
rhettinger merged 36 commits intopython:mainfrom
rhettinger:itertools_subslices
Feb 2, 2022
Merged

Add itertool recipe for subslices#31028
rhettinger merged 36 commits intopython:mainfrom
rhettinger:itertools_subslices

Conversation

@rhettinger
Copy link
Contributor

Demonstrates starmap, slice, combinations, repeat, map, and operator.getitem.

rhettinger and others added 30 commits March 15, 2021 21:12
.
Merge branch 'master' of github.com:python/cpython
.
Merge branch 'master' of github.com:python/cpython
.
Merge branch 'master' of github.com:python/cpython
.
Merge branch 'master' of github.com:python/cpython
Merge branch 'main' of github.com:python/cpython into main
Merge branch 'main' of github.com:python/cpython
@miss-islington
Copy link
Contributor

Thanks @rhettinger for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry, @rhettinger, I could not cleanly backport this to 3.10 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 06a491179f2de106d34c6b4973a32dce08fc4247 3.10

@rhettinger rhettinger added needs backport to 3.10 only security fixes and removed needs backport to 3.10 only security fixes labels Feb 2, 2022
@miss-islington
Copy link
Contributor

Thanks @rhettinger for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry @rhettinger, I had trouble checking out the 3.10 backport branch.
Please backport using cherry_picker on command line.
cherry_picker 06a491179f2de106d34c6b4973a32dce08fc4247 3.10

@rhettinger rhettinger added needs backport to 3.10 only security fixes and removed needs backport to 3.10 only security fixes labels Feb 2, 2022
@miss-islington
Copy link
Contributor

Thanks @rhettinger for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

@miss-islington
Copy link
Contributor

Sorry, @rhettinger, I could not cleanly backport this to 3.10 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 06a491179f2de106d34c6b4973a32dce08fc4247 3.10

@ZeroIntensity ZeroIntensity removed the needs backport to 3.10 only security fixes label Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip issue skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

X Tutup