# -*- coding: utf-8 -*- import mimetypes print mimetypes.guess_type("test.py")
実行すると
('text/x-python', None)
詳細はドキュメントで
# -*- coding: utf-8 -*- import mimetypes print mimetypes.guess_type("test.py")
('text/x-python', None)
OSはUbuntu 9.04
PythonはPython 2.6.2
0 件のコメント:
コメントを投稿