Eric V. Smith <e...@trueblade.com> added the comment:
I don't think zero padding makes sense. For example: >>> td = datetime.timedelta(hours=100) >>> str(td) '4 days, 4:00:00' I think '4 days, 04:00:00' would not be very user friendly. In any event, backward compatibility would prevent us from changing this. ---------- nosy: +eric.smith _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue42817> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com