From 7da7a01f9949f625f29960883b001af44d54402a Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Wed, 30 May 2018 16:35:15 -0700 Subject: [PATCH] 3.6 what's new: fix a reference to PEP 528 (GH-7113) (#7257) (cherry picked from commit 495e567a2b3bbe3b99f0c253edf12997a9ff4ee1) Co-authored-by: Dmitry Shachnev --- Doc/whatsnew/3.6.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst index c5ccd85603..19ab734f92 100644 --- a/Doc/whatsnew/3.6.rst +++ b/Doc/whatsnew/3.6.rst @@ -147,7 +147,7 @@ Security improvements: Windows improvements: -* :ref:`PEP 528 ` and :ref:`PEP 529 `, +* :ref:`PEP 528 ` and :ref:`PEP 529 `, Windows filesystem and console encoding changed to UTF-8. * The ``py.exe`` launcher, when used interactively, no longer prefers -- 2.40.0