Files
@ 7d5dfe117d0f
Branch filter:
Location: kallithea/docs/usage/troubleshooting.rst
7d5dfe117d0f
2.3 KiB
text/prs.fallenstein.rst
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 ...