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.

Author madison.may
Recipients madison.may
Date 2013-08-27.19:19:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377631161.77.0.572665348858.issue18856@psf.upfronthosting.co.za>
In-reply-to
Content
Just redirected stdout to a string io object unittest.mock.patch() to add basic test coverage for calendar.py print functions (TextCalendary.prweek(), TextCalendar.prmonth(), TextCalendar.pryear(), and format()).
History
Date User Action Args
2013-08-27 19:19:21madison.maysetrecipients: + madison.may
2013-08-27 19:19:21madison.maysetmessageid: <1377631161.77.0.572665348858.issue18856@psf.upfronthosting.co.za>
2013-08-27 19:19:21madison.maylinkissue18856 messages
2013-08-27 19:19:21madison.maycreate