the adapter.py file in zopeinterface uses "with" as a variable name. "with" will be a keyword in python 2.6, and python 2.5 warns about this. This means anything importing zope.interface (like twisted) gets quite noisy. The attached patch fixes this. If it is ok with the net-zope people I would like to add zopeinterface to the python herd, so I won't have to bug you about things like this in the future :)
sure, go ahead with this. thank You for Your help.
one remark, please add net-zope@ to CC on any bugs filed in future related to zopeinterface
Ok, committed. Left net-zope in metadata.xml so you should still be cc'd in the future.