[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/content_types.py Made a TODO item from the XXX.

Stephan Richter srichter at cosmos.phy.tufts.edu
Thu Jul 8 18:18:34 EDT 2004


Log message for revision 26241:
Made a TODO item from the XXX.



-=-
Modified: Zope3/trunk/src/zope/app/content_types.py
===================================================================
--- Zope3/trunk/src/zope/app/content_types.py	2004-07-08 21:31:54 UTC (rev 26240)
+++ Zope3/trunk/src/zope/app/content_types.py	2004-07-08 22:18:34 UTC (rev 26241)
@@ -14,10 +14,6 @@
 
 $Id$
 """
-
-# XXX This is handled through configuration in Zope 2 now.  Perhaps
-# this can be trimmed / removed from Zope 3.
-
 import re, mimetypes
 
 find_binary = re.compile('[\0-\7]').search



More information about the Zope3-Checkins mailing list