commit | 488b485e2babe8a8c9b596813779c0310e52781f | [log] [tgz] |
---|---|---|
author | R. David Murray <rdmurray@bitdance.com> | Fri Dec 31 19:29:08 2010 +0000 |
committer | R. David Murray <rdmurray@bitdance.com> | Fri Dec 31 19:29:08 2010 +0000 |
tree | bee3f4fa7b887f07a51ab0cd6f328c03e1b5b85d | |
parent | f9f2e02de51321f06944164459830742c5eb1452 [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. ........