Guido van Rossum <gu...@python.org> added the comment: 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? ---------- versions: -Python 2.6, Python 2.7, Python 3.0, Python 3.1 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5389> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com