[Checkins] SVN: zope.proxy/branches/regebro-python3/src/zope/proxy/tests/test_proxy.py Oups

Lennart Regebro regebro at gmail.com
Fri Nov 19 17:22:13 EST 2010


Log message for revision 118508:
  Oups

Changed:
  U   zope.proxy/branches/regebro-python3/src/zope/proxy/tests/test_proxy.py

-=-
Modified: zope.proxy/branches/regebro-python3/src/zope/proxy/tests/test_proxy.py
===================================================================
--- zope.proxy/branches/regebro-python3/src/zope/proxy/tests/test_proxy.py	2010-11-19 22:21:51 UTC (rev 118507)
+++ zope.proxy/branches/regebro-python3/src/zope/proxy/tests/test_proxy.py	2010-11-19 22:22:13 UTC (rev 118508)
@@ -241,7 +241,7 @@
         P = self.new_proxy
         funcs = (lambda x: not x,)
         if sys.version < '3':
-            func += (oct, hex)
+            funcs += (oct, hex)
         for func in funcs:
             self.assertEqual(func(P(100)), func(100))
 



More information about the checkins mailing list