Message 102076 - Python tracker (original) (raw)
Message102076
Author | ezio.melotti |
---|---|
Recipients | dangra, ezio.melotti, lemburg, sjmachin |
Date | 2010-04-01.08:33:43 |
SpamBayes Score | 2.7966153e-05 |
Marked as misclassified | No |
Message-id | 1270110827.02.0.3072878206.issue8271@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
Here is an incomplete patch. It seems to solve the problem but I still have to add more tests and check it better. I also wonder if the sequences with the first byte in range F5-FD (start of 4/5/6-byte sequences, restricted by RFC 3629) should behave in the same way. Right now they just "eat" the following 4/5/6 chars without checking. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2010-04-01 08:33:47 | ezio.melotti | set | recipients: + ezio.melotti, lemburg, sjmachin, dangra |
2010-04-01 08:33:47 | ezio.melotti | set | messageid: 1270110827.02.0.3072878206.issue8271@psf.upfronthosting.co.za |
2010-04-01 08:33:45 | ezio.melotti | link | issue8271 messages |
2010-04-01 08:33:44 | ezio.melotti | create |