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 bones7456
Recipients bones7456, georg.brandl
Date 2009-05-22.09:23:01
SpamBayes Score 0.0069033992
Marked as misclassified No
Message-id <1242984182.85.0.313761419665.issue6084@psf.upfronthosting.co.za>
In-reply-to
Content
>>> type(x)
<type 'list'>
>>> type(x2)
<type 'tuple'>

It cann't be equal...
History
Date User Action Args
2009-05-22 09:23:02bones7456setrecipients: + bones7456, georg.brandl
2009-05-22 09:23:02bones7456setmessageid: <1242984182.85.0.313761419665.issue6084@psf.upfronthosting.co.za>
2009-05-22 09:23:01bones7456linkissue6084 messages
2009-05-22 09:23:01bones7456create