Message217027
| Author | dstufft |
|---|---|
| Recipients | alex, benjamin.peterson, christian.heimes, dstufft, giampaolo.rodola, janssen, ncoghlan, pitrou |
| Date | 2014-04-22.21:30:06 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1398202206.11.0.0403318533632.issue21306@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
try:
data = data.encode("ascii")
except UnicodeEncodeError:
raise TypeError("comparing unicode with non-ASCII characters is not supported")
? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-04-22 21:30:06 | dstufft | set | recipients: + dstufft, ncoghlan, janssen, pitrou, giampaolo.rodola, christian.heimes, benjamin.peterson, alex |
| 2014-04-22 21:30:06 | dstufft | set | messageid: <1398202206.11.0.0403318533632.issue21306@psf.upfronthosting.co.za> |
| 2014-04-22 21:30:06 | dstufft | link | issue21306 messages |
| 2014-04-22 21:30:06 | dstufft | create | |