]> granicus.if.org Git - python/commit
The HTMLCalendar outputs bytes now, so fix the test
authorWalter Dörwald <walter@livinglogic.de>
Tue, 22 May 2007 17:03:39 +0000 (17:03 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Tue, 22 May 2007 17:03:39 +0000 (17:03 +0000)
commitc49ebc0d07f47336b3720e546876d0f799ef0f50
tree75939975002f4156fbd53f78b06a5187d1b5e145
parent1f5947b30a870008ebd2367b2f4f9a5897f657c9
The HTMLCalendar outputs bytes now, so fix the test
accordingly (bytes.strip() always requires an argument).
Lib/test/test_calendar.py