]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Minor improvements to the convolve() recipe (GH-24012)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Wed, 30 Dec 2020 20:51:19 +0000 (12:51 -0800)
committerGitHub <noreply@github.com>
Wed, 30 Dec 2020 20:51:19 +0000 (12:51 -0800)
commitf421bfce80730cb0ff5cbe14727ac30cf0462eed
tree5c6fd1941e97fd60f8b855bd27851e002b738103
parent4ac923f2756f835f512339ee181348cc535ab07f
Minor improvements to the convolve() recipe (GH-24012)

* Minor improvement to speed and space efficiency for the convolve() recipe
* Don't require convolve's kernel to be a sequence.
Doc/library/itertools.rst