commit | c45d7996dbeb49e3fc07a0ab47380b7ec6f834a1 | [log] [tgz] |
---|---|---|
author | R. David Murray <rdmurray@bitdance.com> | Fri Dec 31 19:31:48 2010 +0000 |
committer | R. David Murray <rdmurray@bitdance.com> | Fri Dec 31 19:31:48 2010 +0000 |
tree | c16ad75e2922e97cb779a5eba3e2255574f421e6 | |
parent | 5dd32a2df296f77f5ce008bb055e66c7b245fb61 [diff] |
Merged revisions 83089,87590 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83089 | brett.cannon | 2010-07-23 09:54:14 -0400 (Fri, 23 Jul 2010) | 4 lines Test calendar.monthrange. Closes issue 9342. Thanks John Chandler for the patch. ........ r87590 | r.david.murray | 2010-12-31 14:21:14 -0500 (Fri, 31 Dec 2010) | 4 lines #9361: add some tests for calendar.leapdays Patch by John Chandler. ........