summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2018-02-20 01:25:24 (GMT)
committerGitHub <noreply@github.com>2018-02-20 01:25:24 (GMT)
commit6240917b773b52f8883387b9e3a5f327a4372068 (patch)
treef31ad9b8b1eef5f4174db12478ff9b71ac2d26d6 /Misc
parent5537646bfacec463b450871dde31cb06c44a0556 (diff)
downloadcpython-6240917b773b52f8883387b9e3a5f327a4372068.zip
cpython-6240917b773b52f8883387b9e3a5f327a4372068.tar.gz
cpython-6240917b773b52f8883387b9e3a5f327a4372068.tar.bz2
bpo-32409: Ensures activate.bat can handle Unicode contents (GH-5757)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Windows/2018-02-19-10-00-57.bpo-32409.nocuDg.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2018-02-19-10-00-57.bpo-32409.nocuDg.rst b/Misc/NEWS.d/next/Windows/2018-02-19-10-00-57.bpo-32409.nocuDg.rst
new file mode 100644
index 0000000..36251b0
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2018-02-19-10-00-57.bpo-32409.nocuDg.rst
@@ -0,0 +1 @@
+Ensures activate.bat can handle Unicode contents.