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.