forked from twisted/twisted
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge loadMimeTypes-5717: use available system MIME types
Author: lvh Reviewer: rwall Fixes: twisted#5717 MIME type definition file path used to be hardcoded. Now, we rely on the stdlib to discover MIME types the system knows about. This greatly increases the number of known MIME types on most platforms. git-svn-id: svn://svn.twistedmatrix.com/svn/Twisted/trunk@39880 bbbe8e31-12d6-0310-92fd-ac37d47ddeeb
- Loading branch information
lvh
committed
Sep 8, 2013
1 parent
0890085
commit e079edf
Showing
4 changed files
with
79 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
twisted.web.static.loadMimeTypes now uses all available system MIME types. |