summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorAnthony Shaw <anthony.p.shaw@gmail.com>2019-12-17 21:21:20 (GMT)
committerSteve Dower <steve.dower@python.org>2019-12-17 21:21:20 (GMT)
commit9e36589d49c1d6b06c0239fa69e8274d7e89e375 (patch)
treeb18998717bc1cc78ad3521289f5528256b50542d /Misc/NEWS.d
parent9707e8e22d80ca97bf7a9812816701cecde6d226 (diff)
downloadcpython-9e36589d49c1d6b06c0239fa69e8274d7e89e375.zip
cpython-9e36589d49c1d6b06c0239fa69e8274d7e89e375.tar.gz
cpython-9e36589d49c1d6b06c0239fa69e8274d7e89e375.tar.bz2
bpo-36500: Add --regen option to PCbuild/build.bat so Windows users can regen grammar, opcodes, tokens and symbols (GH-12654)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Build/2019-04-02-01-59-26.bpo-36500.fyG6_U.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2019-04-02-01-59-26.bpo-36500.fyG6_U.rst b/Misc/NEWS.d/next/Build/2019-04-02-01-59-26.bpo-36500.fyG6_U.rst
new file mode 100644
index 0000000..cd230e4
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2019-04-02-01-59-26.bpo-36500.fyG6_U.rst
@@ -0,0 +1,2 @@
+Added an optional "regen" project to the Visual Studio solution that will
+regenerate all grammar, tokens, and opcodes.