]> granicus.if.org Git - python/commit
Fixed failing unit tests due to str/bytes mismatch.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Mon, 3 Mar 2008 02:59:49 +0000 (02:59 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Mon, 3 Mar 2008 02:59:49 +0000 (02:59 +0000)
commita351f7701a6d9e0648b4d108821ebd4ce7b38fee
tree4797bdff37569b8fbc6ab7722444592b6b248f55
parent7f757edf15d130f82149c2133974056db1be201e
Fixed failing unit tests due to str/bytes mismatch.
Changed "assert isinstance(...)" in hmac.py to raise proper TypeError.
Lib/hmac.py
Lib/test/test_largefile.py
Lib/test/test_pep247.py
Lib/test/test_pty.py