]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34764: improve docs example of iter() with sentinel value (GH-11222) (#11301)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 24 Dec 2018 05:19:57 +0000 (21:19 -0800)
committerRaymond Hettinger <rhettinger@users.noreply.github.com>
Mon, 24 Dec 2018 05:19:57 +0000 (21:19 -0800)
commit00a48d57dfd52a968b357d68f63c51db3a451566
treefd5403dafbaf93a82982e1b2e08940f5b49676a0
parentbc64123335a4b6e2c1e4be532c60e5e1086db59a
bpo-34764: improve docs example of iter() with sentinel value (GH-11222) (#11301)

(cherry picked from commit d378b1f8ed7919f65a89f026bc899204be3773d4)

Co-authored-by: Chris Rands <c_rands100@hotmail.com>
Doc/library/functions.rst
Misc/NEWS.d/next/Documentation/2018-12-23-23-52-31.bpo-34764.DwOGeT.rst [new file with mode: 0644]