Message5178

Author thobes
Recipients asnama, fwierzbicki, thobes
Date 2009-09-17.07:34:04
SpamBayes Score 1.194516e-05
Marked as misclassified No
Message-id <1253172845.2.0.0998467941185.issue1471@psf.upfronthosting.co.za>
In-reply-to
Content
The issue that you are experiencing is not related to the subscript
assignment to self. The exception occurs before that. Your first
identification of where the problem occurs is correct, but it's not an
error in Jython but in gdata.calendar.service, the developers at Google
ought to know better than to use identity equals for string comparison,
but I guess we all make mistakes...
The sortorder property has the same issue.
Please report the issue to the gdata API instead:
http://code.google.com/p/gdata-python-client/issues
History
Date User Action Args
2009-09-17 07:34:05thobessetmessageid: <1253172845.2.0.0998467941185.issue1471@psf.upfronthosting.co.za>
2009-09-17 07:34:05thobessetrecipients: + thobes, fwierzbicki, asnama
2009-09-17 07:34:05thobeslinkissue1471 messages
2009-09-17 07:34:04thobescreate