##// END OF EJS Templates
util.datestr: use divmod()...
util.datestr: use divmod() We were computing the quotient and remainder of a division operation separately. The built-in divmod() function allows us to do this with a single function call. Do that.
Gregory Szorc -
r27066:6f1f8e88 default
Show More