summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2014-06-05 22:47:35 -0400
committerChris McDonough <chrism@plope.com>2014-06-05 22:47:35 -0400
commit32602159eeef8595c7db6edbf1461c58e9ff0349 (patch)
tree340c5dfa5b2d76c087e319e922e38b9693ac26d8 /CHANGES.txt
parenta4959a3a69f3a8e2d6c666f589728fe4cc673012 (diff)
downloadpyramid-32602159eeef8595c7db6edbf1461c58e9ff0349.tar.gz
pyramid-32602159eeef8595c7db6edbf1461c58e9ff0349.tar.bz2
pyramid-32602159eeef8595c7db6edbf1461c58e9ff0349.zip
- Work around a bug introduced in Python 2.7.7 on Windows where
``mimetypes.guess_type`` returns Unicode rather than str for the content type, unlike any previous version of Python. See https://github.com/Pylons/pyramid/issues/1360 for more information. Closes #1360.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index e60c6efac..51af8ee01 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -20,6 +20,11 @@ Bug Fixes
- Fix an issue where a ``pyramid.response.FileResponse`` may apply a charset
where it does not belong. See https://github.com/Pylons/pyramid/pull/1251
+- Work around a bug introduced in Python 2.7.7 on Windows where
+ ``mimetypes.guess_type`` returns Unicode rather than str for the content
+ type, unlike any previous version of Python. See
+ https://github.com/Pylons/pyramid/issues/1360 for more information.
+
Docs
----