cleanup stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 02 Feb 2010 11:00:08 +0100
branchstable
changeset 4425 b9913205d91e
parent 4424 5a5cd7591706
child 4426 98af3d02b83e
cleanup
etwist/request.py
vregistry.py
--- a/etwist/request.py	Tue Feb 02 10:59:44 2010 +0100
+++ b/etwist/request.py	Tue Feb 02 11:00:08 2010 +0100
@@ -113,7 +113,7 @@
 
     def header_if_modified_since(self):
         """If the HTTP header If-modified-since is set, return the equivalent
-        mx date time value (GMT), else return None
+        date time value (GMT), else return None
         """
         mtime = self.get_header('If-modified-since', raw=False)
         if mtime:
--- a/vregistry.py	Tue Feb 02 10:59:44 2010 +0100
+++ b/vregistry.py	Tue Feb 02 11:00:08 2010 +0100
@@ -108,7 +108,6 @@
             # use classid() to compare classes because vreg will probably
             # have its own version of the class, loaded through execfile
             if registered.classid() == oid:
-                # XXX automatic reloading management
                 self[obj.id].remove(registered)
                 break
         else: