This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Tests for monthrange in calendar.py module
Type: Stage:
Components: Tests Versions: Python 3.2
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: John.Chandler, brett.cannon, r.david.murray
Priority: normal Keywords: patch

Created on 2010-07-23 12:20 by John.Chandler, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_calendar.patch John.Chandler, 2010-07-23 12:20
Messages (3)
msg111292 - (view) Author: John Chandler (John.Chandler) Date: 2010-07-23 12:20
Hi,

Attaching a patch for the test_calendar.py file.

Adds six tests to provide test coverage of the monthrange function.


John
msg111322 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2010-07-23 13:54
3.2 in r83089
msg124975 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2010-12-31 19:34
Backported it to 3.1 in r87591 and 2.7 in r87592 along with the patch for issue 9361.
History
Date User Action Args
2022-04-11 14:57:04adminsetgithub: 53588
2010-12-31 19:34:00r.david.murraysetnosy: + r.david.murray
messages: + msg124975
2010-07-23 13:54:39brett.cannonsetstatus: open -> closed

nosy: + brett.cannon
messages: + msg111322

resolution: accepted
2010-07-23 12:20:07John.Chandlercreate