在GAE的问题跟踪器中启动了一个错误。
id=11001同时,该线程上comme#4中的临时补丁有效。
googleappenginetoolsdevappserver2static_files_handler.pyline 166, 167, 168, need add str to self._get_mime_type(full_path)if user_headers.Get('Content-type') is None: #headers.append(('Content-type', self._get_mime_type(full_path)))<br /> headers.append(('Content-type', str(self._get_mime_type(full_path))))<br /><br /> # 2014-06-09 fix on Win7 "TypeError: WSGI response header value u'text/html' is not of type str"


