]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-120128: fix description of argument to ipaddress.collapse_addresses() ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 15 Jun 2024 12:12:45 +0000 (14:12 +0200)
committerGitHub <noreply@github.com>
Sat, 15 Jun 2024 12:12:45 +0000 (06:12 -0600)
commit4fb2af31959bdb6a5d0df67ba20a96378f27578a
treeea912ba97345b1411be2560b4c15fc765e5361a9
parent454f7e8035522fc87f28276c0a6f2166d7c93346
[3.12] gh-120128: fix description of argument to ipaddress.collapse_addresses() (GH-120131) (#120136)

gh-120128: fix description of argument to ipaddress.collapse_addresses() (GH-120131)

The argument to collapse_addresses() is now described as an *iterable*
(rather than *iterator*).
(cherry picked from commit f878d46e5614f08a9302fcb6fc611ef49e9acf2f)

Co-authored-by: Jan Kaliszewski <zuo@kaliszewski.net>
Doc/library/ipaddress.rst
Lib/ipaddress.py