[Checkins] SVN: zope.pagetemplate/trunk/src/zope/pagetemplate/interfaces.py removed pt_warnings() since the pt_warnings() implementation has been removed

Andreas Jung andreas at andreas-jung.com
Sat Aug 4 06:23:32 EDT 2007


Log message for revision 78577:
  
  removed pt_warnings() since the pt_warnings() implementation has been removed
  (appearently being a cruft) without removing the method from the interface
  

Changed:
  U   zope.pagetemplate/trunk/src/zope/pagetemplate/interfaces.py

-=-
Modified: zope.pagetemplate/trunk/src/zope/pagetemplate/interfaces.py
===================================================================
--- zope.pagetemplate/trunk/src/zope/pagetemplate/interfaces.py	2007-08-04 09:49:21 UTC (rev 78576)
+++ zope.pagetemplate/trunk/src/zope/pagetemplate/interfaces.py	2007-08-04 10:23:32 UTC (rev 78577)
@@ -48,13 +48,6 @@
         when an attempt was made to render the template.
         """
 
-    def pt_warnings():
-        """Return a sequence of warnings from the parser.
-
-        This can be useful to present to the template author to
-        indication forward compatibility problems with the template.
-        """
-
     def read():
         """Get the template source
         """



More information about the Checkins mailing list