]> granicus.if.org Git - python/commit
Merged revisions 83089,87590 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Fri, 31 Dec 2010 19:29:08 +0000 (19:29 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Fri, 31 Dec 2010 19:29:08 +0000 (19:29 +0000)
commit488b485e2babe8a8c9b596813779c0310e52781f
treebee3f4fa7b887f07a51ab0cd6f328c03e1b5b85d
parentf9f2e02de51321f06944164459830742c5eb1452
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.
........
Lib/test/test_calendar.py
Misc/ACKS