Roundup Tracker - Issues

Message4338

Author ced
Recipients ber, ced
Date 2011-07-15.08:27:32
Message-id <20110715082730.GB16171@tetsuo.ced.homedns.org>
In-reply-to <1310713260.83.0.647523555987.issue2550713@psf.upfronthosting.co.za>
On 15/07/11 07:01 +0000, Bernhard Reiter wrote:
> 
> Bernhard Reiter <bernhard@intevation.de> added the comment:
> 
> Can you give me more specific instructions what I need to do
> to recreate the issue?
> 
> With group, do you mean you have changed one of the keywords via the
> webinterface?

Yes, by going as admin to http://<hostname>/roundup/group
I just add a new line but even without adding line I got the issue.

> What do you mean presicely by getting a unicode string back from the 
> form?

It seems that "self.form['rows'].value" is a str and not a unicode.

> If you tried python 2.7.1, do you have a chance to try 2.7.2
> as they seems to have fixed a number of issues between 2.7.1 and 2.7.2, 
> some even in the io module. But it is hard to say if this affects the 
> issue.

It is difficult because on local machine, I don't have yet Python 2.7 and I
can right now upgrade the production server.
But I don't think it is a issue in Python because the doc of io.StringIO says
that it requires a unicode.
History
Date User Action Args
2011-07-15 08:27:33cedsetrecipients: + ced, ber
2011-07-15 08:27:33cedlinkissue2550713 messages
2011-07-15 08:27:32cedcreate