diff options
| author | Michael Merickel <michael@merickel.org> | 2018-05-19 14:46:15 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-19 14:46:15 -0500 |
| commit | 77caaff93f3c7dc8d43d6375b06b05e2be6cf7d3 (patch) | |
| tree | d2659f1aedbd94f7f47cc535e9336786b8b47477 /CHANGES.rst | |
| parent | 2cbea29fae5adf311d46b6a1f1dcf8d71a64e5bd (diff) | |
| parent | f7a313d68452840d1f67fe8e808575243af0fb41 (diff) | |
| download | pyramid-77caaff93f3c7dc8d43d6375b06b05e2be6cf7d3.tar.gz pyramid-77caaff93f3c7dc8d43d6375b06b05e2be6cf7d3.tar.bz2 pyramid-77caaff93f3c7dc8d43d6375b06b05e2be6cf7d3.zip | |
Merge pull request #3251 from Pylons/replace-mimeaccept
Replace MIMEAccept with acceptparse.create_accept_header
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index d24fb24e8..334a9b62f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -38,6 +38,11 @@ Bug Fixes error code. See https://github.com/Pylons/pyramid/pull/3280 +- Replace ``webob.acceptparse.MIMEAccept`` from WebOb with + ``webob.acceptparse.create_accept_header`` in the HTTP exception handling + code. The old ``MIMEAccept`` has been deprecated. The new methods follow the + RFC's more closely. See https://github.com/Pylons/pyramid/pull/3251 + Deprecations ------------ |
