Message179935
Thanks for the suggestion and patch. I haven't reviewed it thoroughly yet, but if you change _print_debug to be:
def _print_debug(*args):
then
print(datetime.datetime.now(), *args, file=stderr)
should do what you want for python3 (I don't think the [] are needed, personally). This patch won't be applied to 2.7, which I presume you know, so making that work would be for informational purposes only. |
|
Date |
User |
Action |
Args |
2013-01-14 12:15:31 | r.david.murray | set | recipients:
+ r.david.murray, barry, gac |
2013-01-14 12:15:30 | r.david.murray | set | messageid: <1358165730.3.0.523487484377.issue16914@psf.upfronthosting.co.za> |
2013-01-14 12:15:30 | r.david.murray | link | issue16914 messages |
2013-01-14 12:15:27 | r.david.murray | create | |
|