diff options
author | Steve Dower <steve.dower@microsoft.com> | 2017-11-04 23:29:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-04 23:29:03 (GMT) |
commit | aed08562220974b5c67371b908f23caa1be07e38 (patch) | |
tree | 385629f2ec5174d52d8895088c0294e9b5821041 /Misc | |
parent | 0d2a9088d16826343344b04461c8be44b4008710 (diff) | |
download | cpython-aed08562220974b5c67371b908f23caa1be07e38.zip cpython-aed08562220974b5c67371b908f23caa1be07e38.tar.gz cpython-aed08562220974b5c67371b908f23caa1be07e38.tar.bz2 |
bpo-31609: Fixes quotes in PCbuild/clean.bat (#4280)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2017-11-04-15-35-08.bpo-31609.k7_nBR.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2017-11-04-15-35-08.bpo-31609.k7_nBR.rst b/Misc/NEWS.d/next/Build/2017-11-04-15-35-08.bpo-31609.k7_nBR.rst new file mode 100644 index 0000000..0e950e3 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2017-11-04-15-35-08.bpo-31609.k7_nBR.rst @@ -0,0 +1 @@ +Fixes quotes in PCbuild/clean.bat |