Re: FYI: Random Newline in POST data

2008-04-02 Thread Karen Tracey
On Wed, Apr 2, 2008 at 5:06 AM, Thomas Guettler <[EMAIL PROTECTED]> wrote: > > Hi, > > if you have a lot of post data, you might get random extraneous newline > characters. I got it in a select input. It took long to find the problem: > > http://code.djangoproject.com/ticket/6256 > > Attention, th

FYI: Random Newline in POST data

2008-04-02 Thread Thomas Guettler
Hi, if you have a lot of post data, you might get random extraneous newline characters. I got it in a select input. It took long to find the problem: http://code.djangoproject.com/ticket/6256 Attention, the mentioned one line patch is broken. It alters uploaded binary data. The python bug: ht