[Zope3-checkins] CVS: Zope3/src/zope/app - content_types.py:1.8
Fred L. Drake, Jr.
fred at zope.com
Thu Apr 29 10:59:10 EDT 2004
Update of /cvs-repository/Zope3/src/zope/app
In directory cvs.zope.org:/tmp/cvs-serv6012
Modified Files:
content_types.py
Log Message:
add a comment about a need to revisit this
=== Zope3/src/zope/app/content_types.py 1.7 => 1.8 ===
--- Zope3/src/zope/app/content_types.py:1.7 Fri Jan 16 14:23:49 2004
+++ Zope3/src/zope/app/content_types.py Thu Apr 29 10:59:09 2004
@@ -15,6 +15,9 @@
$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