From 055d95fce0668e11f2dae48d2439f378349d2524 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Thu, 14 Aug 2014 11:56:25 +0200 Subject: Fixed #23265 -- Used system-specific encoding in runserver Thanks SpaceFox for the report. --- docs/releases/1.6.6.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.6.6.txt b/docs/releases/1.6.6.txt index 92c330dbca..3c1344e173 100644 --- a/docs/releases/1.6.6.txt +++ b/docs/releases/1.6.6.txt @@ -33,3 +33,6 @@ Bugfixes * Restored bug fix for sending unicode email with Python 2.6.5 and below (`#19107 `_). + +* Prevented ``UnicodeDecodeError`` in ``runserver`` with non-UTF-8 and + non-English locale (`#23265 `_). -- cgit v1.3