summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-07-13 13:41:11 -0400
committerTim Graham <timograham@gmail.com>2017-07-13 13:42:27 -0400
commit37b2602c895139ff5a44626ed8469c681c438fe4 (patch)
treeb9014e22f408b1dca1bfe51edddac24a00e9a2a1 /docs
parent59cad72636dbbff40ea25fc13b39be0a3578f386 (diff)
Refs #28174 -- Added 1.11.4 release note for Python 2 runserver autoreload fix.
Forwardport of fc6b90bdb7a9531e988245942f79518308616b7b from stable/1.11.x
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.4.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.11.4.txt b/docs/releases/1.11.4.txt
index 2cd093335e..9448611ecc 100644
--- a/docs/releases/1.11.4.txt
+++ b/docs/releases/1.11.4.txt
@@ -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`).