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 gregory.p.smith
Recipients gregory.p.smith, nassrat
Date 2008-12-12.01:50:41
SpamBayes Score 0.0042577907
Marked as misclassified No
Message-id <1229046643.26.0.462754661678.issue4638@psf.upfronthosting.co.za>
In-reply-to
Content
this is not a bug.  ask this type of question on comp.lang.python.

in short: 'is' is not an equality comparison operator.  it compares
object instance identity.
History
Date User Action Args
2008-12-12 01:50:43gregory.p.smithsetrecipients: + gregory.p.smith, nassrat
2008-12-12 01:50:43gregory.p.smithsetmessageid: <1229046643.26.0.462754661678.issue4638@psf.upfronthosting.co.za>
2008-12-12 01:50:42gregory.p.smithlinkissue4638 messages
2008-12-12 01:50:41gregory.p.smithcreate