--- 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: