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: Explain 'in' keyword as it is first used
Type: Stage:
Components: Documentation Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: loewis Nosy List: gerrit, loewis
Priority: high Keywords: patch

Created on 2004-04-22 13:35 by gerrit, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
explain_in.diff gerrit, 2004-04-22 13:35 patch created with 'cvs diff -c'
Messages (2)
msg45819 - (view) Author: Gerrit Holl (gerrit) Date: 2004-04-22 13:35
Because of a question on a mailing list, I tried to
find where the 'in' keyword, for containment testing,
was first introduced in the Python tutorial. It turned
out not to be, but to be silently introduced in section
4.7.1 (default argument values), and very briefly
explained in 5.7 (more on conditions).

This patch adds a (very) brief note at the place where
the 'in' keyword is first used for containment testing
(4.7.1) explaining what it means.
msg45820 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2004-05-06 01:36
Logged In: YES 
user_id=21627

Thanks for the patch. Applied as tut.tex 1.196.8.19 and 1.227.
History
Date User Action Args
2022-04-11 14:56:03adminsetgithub: 40175
2004-04-22 13:35:48gerritcreate