summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorInada Naoki <songofacandy@gmail.com>2021-02-12 00:06:47 (GMT)
committerGitHub <noreply@github.com>2021-02-12 00:06:47 (GMT)
commitfedd86df2448370cdf62a229fd6f31dc92daf379 (patch)
tree28e868704f5d04ba4f8220531167cdba6a558355 /Misc/NEWS.d
parentea46579067fd2d4e164d6605719ffec690c4d621 (diff)
downloadcpython-fedd86df2448370cdf62a229fd6f31dc92daf379.zip
cpython-fedd86df2448370cdf62a229fd6f31dc92daf379.tar.gz
cpython-fedd86df2448370cdf62a229fd6f31dc92daf379.tar.bz2
bpo-43174: Windows: Use /utf-8 compiler option. (GH-24498)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Build/2021-02-10-14-11-53.bpo-43174.F9zwXQ.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2021-02-10-14-11-53.bpo-43174.F9zwXQ.rst b/Misc/NEWS.d/next/Build/2021-02-10-14-11-53.bpo-43174.F9zwXQ.rst
new file mode 100644
index 0000000..64c8018
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2021-02-10-14-11-53.bpo-43174.F9zwXQ.rst
@@ -0,0 +1 @@
+Windows build now uses ``/utf-8`` compiler option.