Message 93514 - Python tracker
Message93514
| Author | Rhamphoryncus |
|---|---|
| Recipients | ArcRiley, Rhamphoryncus, amaury.forgeotdarc, ezio.melotti, loewis |
| Date | 2009-10-03.23:37:57 |
| SpamBayes Score | 8.048885e-08 |
| Marked as misclassified | No |
| Message-id | <1254613079.47.0.439480447239.issue7045@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I believe this is a duplicate of issue #3297. When given a high unicode scalar value directly in the source (rather than in escaped form) python will split it into surrogates, even on a UTF-32 build where those surrogates are nonsensical and ill-formed. Patches for Issue #3672 probably made this more visible. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-10-03 23:37:59 | Rhamphoryncus | set | recipients: + Rhamphoryncus, loewis, amaury.forgeotdarc, ezio.melotti, ArcRiley |
| 2009-10-03 23:37:59 | Rhamphoryncus | set | messageid: <1254613079.47.0.439480447239.issue7045@psf.upfronthosting.co.za> |
| 2009-10-03 23:37:58 | Rhamphoryncus | link | issue7045 messages |
| 2009-10-03 23:37:57 | Rhamphoryncus | create | |