[Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/content_types.py Backport rev 26241.

Stephan Richter srichter at cosmos.phy.tufts.edu
Wed Aug 11 16:04:56 EDT 2004


Log message for revision 27022:
  Backport rev 26241.
  


Changed:
  U   Zope3/branches/ZopeX3-3.0/src/zope/app/content_types.py


-=-
Modified: Zope3/branches/ZopeX3-3.0/src/zope/app/content_types.py
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/zope/app/content_types.py	2004-08-11 19:59:52 UTC (rev 27021)
+++ Zope3/branches/ZopeX3-3.0/src/zope/app/content_types.py	2004-08-11 20:04:56 UTC (rev 27022)
@@ -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