From 3d707270213091e231ebadfb526e6da4135685d6 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 5 Sep 2017 19:36:53 -0300 Subject: [PATCH] Improve wording in changelog entry --- changelog/2734.trivial | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/2734.trivial b/changelog/2734.trivial index bbf701d16..b3f8471af 100644 --- a/changelog/2734.trivial +++ b/changelog/2734.trivial @@ -1 +1 @@ -- simplify ascii string escaping by using the backslashreplace error handler \ No newline at end of file +Internal refactor: simplify ascii string escaping by using the backslashreplace error handler in newer Python 3 versions.