mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Whitespace normalization.
This commit is contained in:
parent
fff61ea025
commit
7d6b8954bf
1 changed files with 2 additions and 2 deletions
|
@ -332,7 +332,7 @@ def _default_mime_types():
|
||||||
'.Z': 'compress',
|
'.Z': 'compress',
|
||||||
}
|
}
|
||||||
|
|
||||||
# Before adding new types, make sure they are either registered with IANA,
|
# Before adding new types, make sure they are either registered with IANA,
|
||||||
# at http://www.isi.edu/in-notes/iana/assignments/media-types
|
# at http://www.isi.edu/in-notes/iana/assignments/media-types
|
||||||
# or extensions, i.e. using the x- prefix
|
# or extensions, i.e. using the x- prefix
|
||||||
|
|
||||||
|
@ -463,7 +463,7 @@ def _default_mime_types():
|
||||||
'.zip' : 'application/zip',
|
'.zip' : 'application/zip',
|
||||||
}
|
}
|
||||||
|
|
||||||
# These are non-standard types, commonly found in the wild. They will
|
# These are non-standard types, commonly found in the wild. They will
|
||||||
# only match if strict=0 flag is given to the API methods.
|
# only match if strict=0 flag is given to the API methods.
|
||||||
|
|
||||||
# Please sort these too
|
# Please sort these too
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue