Message117120
The 'str' around get_param shouldn't be there, that was left over from an earlier version of the patch.
I use surrogateescape rather than latin1 because using surrogateescape with ascii encoding gives me a reliable way to know whether or not the original source was bytes containing non-ascii chars. (If it was bytes containing only ascii chars, then it doesn't matter what the original source was.) |
|
Date |
User |
Action |
Args |
2010-09-21 23:26:35 | r.david.murray | set | recipients:
+ r.david.murray, barry, pitrou, dato, tercero12, Alex Quinn |
2010-09-21 23:26:35 | r.david.murray | set | messageid: <1285111595.22.0.755877572106.issue4661@psf.upfronthosting.co.za> |
2010-09-21 23:26:33 | r.david.murray | link | issue4661 messages |
2010-09-21 23:26:33 | r.david.murray | create | |
|