Hanno Schlichting wrote: > On Tue, Oct 6, 2009 at 11:56 AM, Martin Aspeli <[email protected]> > wrote: >> Thomas Lotze wrote: >> >>> - zope.contenttype: parsing of MIME-type identifiers, guessing the MIME >>> type of file contents, preferrably without dependencies within the ZTK >> Can I suggest that we use a different name? > > Please don't! > > We have renamed this package already way too often. This ain't funny anymore: > > try: > from zope.contenttype import guess_content_type > except ImportError: # BBB: Zope < 2.10 > try: > from zope.app.content_types import guess_content_type > except ImportError: # BBB: Zope < 2.9 > from OFS.content_types import guess_content_type
Actually, that is kind of funny. :) But yeah, renaming is bad. I thought we were making a new package. Ignore my suggestion. Martin -- Author of `Professional Plone Development`, a book for developers who want to work with Plone. See http://martinaspeli.net/plone-book _______________________________________________ Zope-Dev maillist - [email protected] https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )
