]> granicus.if.org Git - python/commit
Consistently raise a TypeError when a non str is passed to hashlib.new
authorGregory P. Smith <greg@krypto.org>
Sun, 22 Jul 2012 04:20:44 +0000 (21:20 -0700)
committerGregory P. Smith <greg@krypto.org>
Sun, 22 Jul 2012 04:20:44 +0000 (21:20 -0700)
commit34fcafde168edf5ca0b8c76a732e8850d97ea00e
tree897829df22c4342c40782cd0ef1938278cfdb41d
parent45ccf032beb03aab5e35b1ae6b1c38252506fde0
parent76c28f7ce27ea48254e152032d25ded3117973cb
Consistently raise a TypeError when a non str is passed to hashlib.new
regardless of which of the two implementations of new is used.
Lib/test/test_hashlib.py