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.

classification
Title: coerce gone---but not from docs
Type: Stage:
Components: Documentation Versions: Python 3.0
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: LambertDW, benjamin.peterson, georg.brandl
Priority: normal Keywords:

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:41adminsetgithub: 48621
2008-11-21 23:23:43benjamin.petersonsetstatus: open -> closed
nosy: + benjamin.peterson
resolution: fixed
messages: + msg76222
2008-11-20 22:02:34LambertDWsetassignee: georg.brandl
nosy: + georg.brandl
components: + Documentation
versions: + Python 3.0
2008-11-20 21:39:18LambertDWcreate