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.

Author BillHawkes
Recipients BillHawkes, exarkun
Date 2010-09-28.08:18:26
SpamBayes Score 1.4594596e-06
Marked as misclassified No
Message-id <1285661908.73.0.420298363998.issue9961@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, it is working now. Thanks for the timely response.

In looking at the tutorial, the only "strings" used with boolean operators ("<" | ">" | "==" | ">=" | "<=" | "!=") were strings of the numeric variety. I saw no examples using words. I know the datetime module has a function for enumerating the days of the week, but it starts with Monday and ends with Sunday. I needed to start with Sunday and end with Saturday. The first thing I found for checking letter-filled strings was the "is" operator.

Perhaps a brief example of word comparisons in the tutorial would be useful. I know it would have helped me.

I can't say I have a clear understanding of the difference between the "is" and "==" operators, but I can accept that there apparently is some difference and there are situations where that difference matters. Again, thanks for the quick response.
History
Date User Action Args
2010-09-28 08:18:28BillHawkessetrecipients: + BillHawkes, exarkun
2010-09-28 08:18:28BillHawkessetmessageid: <1285661908.73.0.420298363998.issue9961@psf.upfronthosting.co.za>
2010-09-28 08:18:26BillHawkeslinkissue9961 messages
2010-09-28 08:18:26BillHawkescreate