[Checkins] SVN: Products.GenericSetup/trunk/Products/GenericSetup/registry.py Fix premature deprecation: there is no way to avoid this parameter

Wichert Akkerman wichert at wiggy.net
Fri Dec 28 09:17:06 EST 2007


Log message for revision 82495:
  Fix premature deprecation: there is no way to avoid this parameter

Changed:
  U   Products.GenericSetup/trunk/Products/GenericSetup/registry.py

-=-
Modified: Products.GenericSetup/trunk/Products/GenericSetup/registry.py
===================================================================
--- Products.GenericSetup/trunk/Products/GenericSetup/registry.py	2007-12-28 14:14:51 UTC (rev 82494)
+++ Products.GenericSetup/trunk/Products/GenericSetup/registry.py	2007-12-28 14:17:06 UTC (rev 82495)
@@ -408,10 +408,6 @@
         """
         already = self.getStepMetadata( id )
 
-        if version is not None:
-            warn('The version parameter for registerStep.ImportStepRegistry '
-                 'is deprecated.')
-
         if handler is None:
             raise ValueError, 'No handler specified'
 



More information about the Checkins mailing list