Documentation
A previous issue to document secrets.DEFAULT_ENTROPY (#78134) was closed as completed in 2020, but it is not documented in the current version of the documentation. I think it is useful to document it, because it allows requesting a random value with at least as much entropy as Python recommends by calling max(<CURRENT MINIMUM VALUE>, secrets.DEFAULT_ENTROPY).