[issue41621] Document collections.defaultdict parameter default_factory

2021-06-23 Thread Terry J. Reedy
Change by Terry J. Reedy : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue41621] Document collections.defaultdict parameter default_factory

2021-06-23 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 88a3342314c8b9ff40a2b6fd4759cfbf64712c67 by Miss Islington (bot) in branch '3.10': bpo-41621: Document defaultdict's default_factory parameter (GH-21945) https://github.com/python/cpython/commit/88a3342314c8b9ff40a2b6fd4759cfbf64712c67 ---

[issue41621] Document collections.defaultdict parameter default_factory

2021-06-22 Thread miss-islington
miss-islington added the comment: New changeset a65df3f9fc9a51f3e8d710492aafe07b13f0be0f by Miss Islington (bot) in branch '3.9': bpo-41621: Document defaultdict's default_factory parameter (GH-21945) https://github.com/python/cpython/commit/a65df3f9fc9a51f3e8d710492aafe07b13f0be0f

[issue41621] Document collections.defaultdict parameter default_factory

2021-06-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +25432 pull_request: https://github.com/python/cpython/pull/26851 ___ Python tracker ___ __

[issue41621] Document collections.defaultdict parameter default_factory

2021-06-22 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset d1ae57027fc39ff60dcfc1b63881400e5ca3ce56 by Dennis Sweeney in branch 'main': bpo-41621: Document defaultdict's default_factory parameter (GH-21945) https://github.com/python/cpython/commit/d1ae57027fc39ff60dcfc1b63881400e5ca3ce56 -- no

[issue41621] Document collections.defaultdict parameter default_factory

2021-06-22 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +25431 pull_request: https://github.com/python/cpython/pull/26850 ___ Python tracker _

[issue41621] Document collections.defaultdict parameter default_factory

2021-06-22 Thread Terry J. Reedy
Change by Terry J. Reedy : -- title: defaultdict miss behave when using default_factory passed as kwargs -> Document collections.defaultdict parameter default_factory versions: +Python 3.11 -Python 3.8 ___ Python tracker