[ python-Bugs-1541566 ] bug in python 2.4.3 for windows?
SourceForge.net
noreply at sourceforge.net
Wed Aug 16 22:59:15 CEST 2006
Bugs item #1541566, was opened at 2006-08-16 20:59
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1541566&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Windows
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: tinkiwinky (tinkiwinky)
Assigned to: Nobody/Anonymous (nobody)
Summary: bug in python 2.4.3 for windows?
Initial Comment:
y = ["halo:lol","ich:bin","wir:wareum","galopp:kufladen"]
for i in y:
z = i.split(":")[0]
if z is "wir":
print z, "is wir"
else: print z, "is not wir"
the output from this include: "wir is not wir"
I am using python 2.4.3 on windows xp sp2 german
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1541566&group_id=5470
More information about the Python-bugs-list
mailing list