[Zope-CVS] SVN: soap/trunk/publisher.py do not suppress the
FutureWarnings from ZSI.TC; patches have been sent so
Fred L. Drake, Jr.
fdrake at gmail.com
Tue Feb 1 14:55:51 EST 2005
Log message for revision 29016:
do not suppress the FutureWarnings from ZSI.TC; patches have been sent so
future releases should not have this problem to begin with
Changed:
U soap/trunk/publisher.py
-=-
Modified: soap/trunk/publisher.py
===================================================================
--- soap/trunk/publisher.py 2005-02-01 19:50:12 UTC (rev 29015)
+++ soap/trunk/publisher.py 2005-02-01 19:55:51 UTC (rev 29016)
@@ -18,7 +18,6 @@
"""
import sys, ZSI
-import warnings
from zope.app.publication.interfaces import ISOAPRequestFactory
from zope.publisher.http import HTTPRequest, HTTPResponse
from soap.interfaces import ISOAPRequest, ISOAPResponse
@@ -30,9 +29,6 @@
from StringIO import StringIO
-warnings.filterwarnings("ignore", category=FutureWarning, module="ZSI.TC")
-
-
class SOAPRequestFactory(object):
"""
This class implements a SOAP request factory that is registered
More information about the Zope-CVS
mailing list