]> granicus.if.org Git - python/commit
Closes bpo-28281: Remove year (1-9999) limits on the weekday() function. (#4109)
authorAlexander Belopolsky <abalkin@users.noreply.github.com>
Thu, 26 Oct 2017 19:34:11 +0000 (15:34 -0400)
committerGitHub <noreply@github.com>
Thu, 26 Oct 2017 19:34:11 +0000 (15:34 -0400)
commit66c88ce30ca2b23daa37038e1a3c0de98f241f50
tree91e0dcb60059c3025fef3ea4e2dcb849f25b103f
parent52ad72dd0a5a56414cc29b7c9b03259169825f35
Closes bpo-28281: Remove year (1-9999) limits on the weekday() function. (#4109)

Patch by Mark Gollahon.
Doc/library/calendar.rst
Lib/calendar.py
Lib/test/test_calendar.py
Misc/ACKS
Misc/NEWS.d/next/Library/2017-10-26-14-54-38.bpo-28281.7ZN5FG.rst [new file with mode: 0644]