Message292559
I think I would prefer b2a_uu(data, grave=True), but am also happy with Xiang’s backtick=True if others prefer that. :) In my mind “grave accent” is the pure ASCII character; it just got abused for other things. Other options:
b2a_uu(data, space=False)
b2a_uu(data, avoid_spaces=True)
b2a_uu(data, use_0x60=True) |
|
| Date |
User |
Action |
Args |
| 2017-04-29 03:26:31 | martin.panter | set | recipients:
+ martin.panter, serhiy.storchaka, xiang.zhang, LawfulEvil |
| 2017-04-29 03:26:31 | martin.panter | set | messageid: <[email protected]> |
| 2017-04-29 03:26:31 | martin.panter | link | issue30103 messages |
| 2017-04-29 03:26:31 | martin.panter | create | |
|