Message 109695 - Python tracker
Message109695
| Author | amaury.forgeotdarc |
|---|---|
| Recipients | Rhamphoryncus, amaury.forgeotdarc, bupjae, ezio.melotti, lemburg, vstinner |
| Date | 2010-07-09.09:13:17 |
| SpamBayes Score | 0.3701008 |
| Marked as misclassified | No |
| Message-id | <1278666804.07.0.499072645845.issue5127@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
str.isprintable() &co are not changed by this patch, because they enumerate Py_UNICODE units and do not join surrogates. See issue9200 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-07-09 09:13:24 | amaury.forgeotdarc | set | recipients: + amaury.forgeotdarc, lemburg, Rhamphoryncus, vstinner, ezio.melotti, bupjae |
| 2010-07-09 09:13:24 | amaury.forgeotdarc | set | messageid: <1278666804.07.0.499072645845.issue5127@psf.upfronthosting.co.za> |
| 2010-07-09 09:13:17 | amaury.forgeotdarc | link | issue5127 messages |
| 2010-07-09 09:13:17 | amaury.forgeotdarc | create | |