This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author djc
Recipients djc, georg.brandl
Date 2009-04-27.09:05:23
SpamBayes Score 0.0054386253
Marked as misclassified No
Message-id <1240823149.15.0.666523191706.issue5853@psf.upfronthosting.co.za>
In-reply-to
Content
georg.brandl remarked it might be due to demandimport. That doesn't seem
to be the case:

>>> from mercurial import demandimport
>>> demandimport.enable()
>>> import mimetypes
>>>
mimetypes.guess_type('/home/djc/src/hg/crew/templates/static/hglogo.png')
('image/png', None)
History
Date User Action Args
2009-04-27 09:05:56djcsetrecipients: + djc, georg.brandl
2009-04-27 09:05:49djcsetmessageid: <1240823149.15.0.666523191706.issue5853@psf.upfronthosting.co.za>
2009-04-27 09:05:43djclinkissue5853 messages
2009-04-27 09:05:29djccreate