Files
@ 7d5dfe117d0f
Branch filter:
Location: kallithea/.hgtags
7d5dfe117d0f
4.4 KiB
text/plain
summary: use calendar.monthrange instead of internal calendar.mday
Fix pytype warning:
No attribute 'mdays' on module 'calendar' [module-attr]
This also takes care of handling leap-years correctly. Not that it matters, but
very nice ...
Fix pytype warning:
No attribute 'mdays' on module 'calendar' [module-attr]
This also takes care of handling leap-years correctly. Not that it matters, but
very nice ...