commit | 077153e9738466a9b0d3b47eebc648759e130803 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Sun Jan 14 23:21:25 2001 +0000 |
committer | Guido van Rossum <guido@python.org> | Sun Jan 14 23:21:25 2001 +0000 |
tree | 108dc85542a55e8e96d52818ee10e25fc44392be | |
parent | 2d3eb133b7b66408ee7abf182101dbdc3358b8d9 [diff] |
- Use mimetypes.types_map to initialize extensions_map. - Change the default file type to application/octet-stream. - Add support to recognize .py, .c, .h files as text/plain (this is what I use most :-).