diff test/test_anypy_hashlib.py @ 4687:4960a2c21590

Python 2.3 workarounds cleanup
author anatoly techtonik <techtonik@gmail.com>
date Wed, 28 Nov 2012 06:45:30 +0300
parents ab4563e97d22
children
line wrap: on
line diff
--- a/test/test_anypy_hashlib.py	Wed Nov 28 04:51:56 2012 +0300
+++ b/test/test_anypy_hashlib.py	Wed Nov 28 06:45:30 2012 +0300
@@ -107,7 +107,6 @@
             for src, SHA, MD5 in self.data_for_test:
                 self.assertEqual(sha.sha(src).hexdigest(), SHA)
 
-        # fails for me with Python 2.3; unittest module bug?
         def test_sha_new_expected(self):
             """sha.new is sha.sha, or at least yields expected results"""
             if sha.new is sha.sha:

Roundup Issue Tracker: http://roundup-tracker.org/