This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients StevenHsuYL, docs@python, mark.dickinson
Date 2021-07-16.18:32:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626460331.12.0.44854440157.issue44651@roundup.psfhosted.org>
In-reply-to
Content
Searching further, none of the uses of "coerce" or "coercion" in the docs seem to be a good match for the definition in this glossary entry. For example, from ipaddress.rst:

> By default, attempting to create a network object with host bits set will
result in :exc:`ValueError` being raised. To request that the
additional bits instead be coerced to zero, the flag ``strict=False`` can
be passed to the constructor

and from configparser.rst:

> A convenience method which coerces the *option* in the specified *section* to an integer.

etc. I think we should just get rid of the glossary entry.
History
Date User Action Args
2021-07-16 18:32:11mark.dickinsonsetrecipients: + mark.dickinson, docs@python, StevenHsuYL
2021-07-16 18:32:11mark.dickinsonsetmessageid: <1626460331.12.0.44854440157.issue44651@roundup.psfhosted.org>
2021-07-16 18:32:11mark.dickinsonlinkissue44651 messages
2021-07-16 18:32:11mark.dickinsoncreate