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 pitrou
Recipients georg.brandl, gvanrossum, pitrou
Date 2009-02-28.10:51:08
SpamBayes Score 0.0005103786
Marked as misclassified No
Message-id <1235818271.74.0.637251064328.issue5389@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm, I know nothing about UTF7...

Anyway, looking at the code, the utf7Error code path can be called from
the following places (trunk line numbers):
- line 1595, and startinpos was set three lines before
- a bunch of places in the "if (inShift) { ... }" chunk between lines
1537 and 1578; inShift would have had previously been set to 1 and
that's at line 1587, a couple of lines after setting startinpos

So it seems things are fine, but perhaps I'm missing something.
History
Date User Action Args
2009-02-28 10:51:11pitrousetrecipients: + pitrou, gvanrossum, georg.brandl
2009-02-28 10:51:11pitrousetmessageid: <1235818271.74.0.637251064328.issue5389@psf.upfronthosting.co.za>
2009-02-28 10:51:09pitroulinkissue5389 messages
2009-02-28 10:51:08pitroucreate