[boto] r1333 committed - Fixes issue 243

1 view
Skip to first unread message

codesite...@google.com

unread,
Oct 25, 2009, 3:30:53 PM10/25/09
to boto-...@googlegroups.com
Revision: 1333
Author: Mitch.Garnaat
Date: Sun Oct 25 12:29:57 2009
Log: Fixes issue 243
http://code.google.com/p/boto/source/detail?r=1333

Modified:
/trunk/boto/mturk/connection.py

=======================================
--- /trunk/boto/mturk/connection.py Sun Jun 28 02:12:20 2009
+++ /trunk/boto/mturk/connection.py Sun Oct 25 12:29:57 2009
@@ -463,7 +463,7 @@
if name == 'Answer':
answer_rs = ResultSet([('Answer', QuestionFormAnswer),])
h = handler.XmlHandler(answer_rs, connection)
- value = self.get_utf8_value(value)
+ value = self.connection.get_utf8_value(value)
xml.sax.parseString(value, h)
self.answers.append(answer_rs)
else:

Reply all
Reply to author
Forward
0 new messages