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 gvanrossum
Recipients georg.brandl, gvanrossum, lemburg, pitrou
Date 2009-03-02.21:56:02
SpamBayes Score 7.898882e-05
Marked as misclassified No
Message-id <1236030964.96.0.551202349264.issue5389@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like it was fixed in 2.6 by adding an assignment to startinpos
to this block:

       else if (SPECIAL(ch,0,0)) {
           startinpos = s-starts;     /* <---------- This was added */
           errmsg = "unexpected special character";
           s++;
           goto utf7Error;
       }

Are we going to release another 2.5, ever?
History
Date User Action Args
2009-03-02 21:56:05gvanrossumsetrecipients: + gvanrossum, lemburg, georg.brandl, pitrou
2009-03-02 21:56:04gvanrossumsetmessageid: <1236030964.96.0.551202349264.issue5389@psf.upfronthosting.co.za>
2009-03-02 21:56:02gvanrossumlinkissue5389 messages
2009-03-02 21:56:02gvanrossumcreate