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: PEP 290 <-> normal docu...
Type: enhancement Stage:
Components: Documentation Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, jedie
Priority: normal Keywords:

Created on 2006-09-05 12:23 by jedie, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg29757 - (view) Author: Jens Diemer (jedie) Date: 2006-09-05 12:23
From the PEP 290:
"""
For testing dictionary membership, use the 'in' keyword
instead of the 'has_key()' method.
"""
http://www.python.org/dev/peps/pep-0290/#testing-dictionary-membership


I think this should be insert in the normal Doc under:
http://docs.python.org/dev/lib/typesmapping.html#l2h-294
msg29758 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-09-05 12:45
Logged In: YES 
user_id=849994

Added a note in rev. 51740, 51741 (2.5).
History
Date User Action Args
2022-04-11 14:56:20adminsetgithub: 43940
2006-09-05 12:23:03jediecreate