diff options
| author | Heron Rossi <heron.rossi@hotmail.com> | 2018-03-09 13:31:30 -0300 |
|---|---|---|
| committer | Heron Rossi <heron.rossi@hotmail.com> | 2018-03-09 13:31:30 -0300 |
| commit | 13cc78aac19280671f07d24cd62f8ae6b4e86c9e (patch) | |
| tree | 266b40ba452eed3a4775a50d9872462e4c5e41c5 /CHANGES.rst | |
| parent | f5d1b6fff284404549a99f73a8968975ad81c0a4 (diff) | |
| download | pyramid-13cc78aac19280671f07d24cd62f8ae6b4e86c9e.tar.gz pyramid-13cc78aac19280671f07d24cd62f8ae6b4e86c9e.tar.bz2 pyramid-13cc78aac19280671f07d24cd62f8ae6b4e86c9e.zip | |
Rephrasing feature change
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 592315827..d881430f5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -21,8 +21,8 @@ Features instead of ``pyramid.util.Request``. See https://github.com/Pylons/pyramid/pull/3129 -- Added a fallback ``try/except`` block on ``pyramid/scripts/pserve.cherrypy_server_runner`` - due to module/import changes on CherryPy 9+ +- In ``cherrypy_server_runner``, prefer imports from the ``cheroot` package over the legacy + imports from `cherrypy.wsgiserver`. See https://github.com/Pylons/pyramid/pull/3235 Bug Fixes |
