commit | 88a3342314c8b9ff40a2b6fd4759cfbf64712c67 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Wed Jun 23 07:58:20 2021 -0700 |
committer | GitHub <noreply@github.com> | Wed Jun 23 10:58:20 2021 -0400 |
tree | d9671c006456dcf54f4687f1dfb1d6a56690f116 | |
parent | 38e021ab90b595945f15c59273c788f2f24053dc [diff] |
bpo-41621: Document defaultdict's default_factory parameter (GH-21945) It defaults to None and is positional only. (cherry picked from commit d1ae57027fc39ff60dcfc1b63881400e5ca3ce56) Co-authored-by: Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com>