[Patches] [ python-Patches-940026 ] Explain 'in' keyword as it is first used

SourceForge.net noreply at sourceforge.net
Wed May 5 21:36:17 EDT 2004


Patches item #940026, was opened at 2004-04-22 15:35
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=940026&group_id=5470

Category: Documentation
Group: Python 2.3
>Status: Closed
>Resolution: Accepted
Priority: 7
Submitted By: Gerrit Holl (gerrit)
Assigned to: Martin v. Löwis (loewis)
Summary: Explain 'in' keyword as it is first used

Initial Comment:
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.

----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2004-05-06 03:36

Message:
Logged In: YES 
user_id=21627

Thanks for the patch. Applied as tut.tex 1.196.8.19 and 1.227.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=940026&group_id=5470



More information about the Patches mailing list