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 Aivar.Annamaa
Recipients Aivar.Annamaa, serhiy.storchaka
Date 2013-09-25.18:43:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380134639.52.0.743029812933.issue19091@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy, it's similar in that it has to do with encodings, but I think it's caused by different bug.

I suspect it has something to do with the fact that tokenizer gives positions as offsets of characters and ast as offsets of UTF-8 bytes.
History
Date User Action Args
2013-09-25 18:43:59Aivar.Annamaasetrecipients: + Aivar.Annamaa, serhiy.storchaka
2013-09-25 18:43:59Aivar.Annamaasetmessageid: <1380134639.52.0.743029812933.issue19091@psf.upfronthosting.co.za>
2013-09-25 18:43:59Aivar.Annamaalinkissue19091 messages
2013-09-25 18:43:59Aivar.Annamaacreate