Refs #28174 -- Added 1.11.4 release note for Python 2 runserver autoreload fix.

Forwardport of fc6b90bdb7 from stable/1.11.x
This commit is contained in:
Tim Graham 2017-07-13 13:41:11 -04:00
parent 59cad72636
commit 37b2602c89
1 changed files with 3 additions and 0 deletions

View File

@ -18,3 +18,6 @@ Bugfixes
* Fixed a regression in pickling of ``LazyObject`` on Python 2 when the wrapped
object doesn't have ``__reduce__()`` (:ticket:`28389`).
* Fixed crash in ``runserver``'s ``autoreload`` with Python 2 on Windows with
non-``str`` environment variables (:ticket:`28174`).