[CMF-checkins] CVS: CMF/CMFUid - interfaces.py:1.11
    Grégoire Weber 
    zope.org at incept.ch
       
    Sun Aug  8 20:26:38 EDT 2004
    
    
  
Update of /cvs-repository/CMF/CMFUid
In directory cvs.zope.org:/tmp/cvs-serv12553
Modified Files:
	interfaces.py 
Log Message:
- added comment to 'register' that it shall rais an exception if registering is not possible
=== CMF/CMFUid/interfaces.py 1.10 => 1.11 ===
--- CMF/CMFUid/interfaces.py:1.10	Fri Aug  6 18:58:08 2004
+++ CMF/CMFUid/interfaces.py	Sun Aug  8 20:26:37 2004
@@ -71,6 +71,8 @@
         
         If the object is already registered, its unique id is returned 
         anyway.
+        
+        UniqueIdError is raised if object can not be registered a unique id.
         """
 
     def unregister(obj):
    
    
More information about the CMF-checkins
mailing list