Message187218
Here's a new version. It looks more like the str_parts patch and uses parentheses instead of continuation as suggested.
Sample output:
>>> pprint.pprint(b"\n\na\x00", width=1)
(b'\n'
b'\n'
b'a'
b'\x00') |
|
Date |
User |
Action |
Args |
2013-04-18 01:47:55 | Pam.McANulty | set | recipients:
+ Pam.McANulty, fdrake, pitrou |
2013-04-18 01:47:55 | Pam.McANulty | set | messageid: <1366249675.31.0.40756781917.issue17530@psf.upfronthosting.co.za> |
2013-04-18 01:47:55 | Pam.McANulty | link | issue17530 messages |
2013-04-18 01:47:55 | Pam.McANulty | create | |
|