Issue 4371: coerce gone---but not from docs (original) (raw)

Issue4371

Created on 2008-11-20 21:39 by LambertDW, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg76142 - (view) Author: David W. Lambert (LambertDW) Date: 2008-11-20 21:39
http://docs.python.org/dev/3.0/glossary.html Scanning the glossary reveals... coercion The glossary needs rewritten to eliminate "coerce builtin". __future__ Uses example import division, I'd replace it but I don't know what the future holds. integer division obvious. view not defined in the glossary. Please consider adding this concept.
msg76222 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-11-21 23:23
Thanks for the suggestions. Done in r67324 and r67311.
History
Date User Action Args
2022-04-11 14:56:41 admin set github: 48621
2008-11-21 23:23:43 benjamin.peterson set status: open -> closednosy: + benjamin.petersonresolution: fixedmessages: +
2008-11-20 22:02:34 LambertDW set assignee: georg.brandlnosy: + georg.brandlcomponents: + Documentationversions: + Python 3.0
2008-11-20 21:39:18 LambertDW create