summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorKushal Das <kushaldas@gmail.com>2014-04-15 18:20:06 (GMT)
committerKushal Das <kushaldas@gmail.com>2014-04-15 18:20:06 (GMT)
commit02d23a212a1e8e45a29e06d3f91e119610b682a3 (patch)
treeb80ae813af32578a07c9fbe75dc60dfee0fb7af8 /Misc/NEWS
parentcec96144755bc75bc82d34a27e17ebe4eb300992 (diff)
downloadcpython-02d23a212a1e8e45a29e06d3f91e119610b682a3.zip
cpython-02d23a212a1e8e45a29e06d3f91e119610b682a3.tar.gz
cpython-02d23a212a1e8e45a29e06d3f91e119610b682a3.tar.bz2
Closes Issue 17861: Autogenerate Include/opcode.h from opcode.py.
It includes required changes in Makefile.pre.in and configure.ac among other files.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index da77694..d820400 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -223,6 +223,9 @@ IDLE
Build
-----
+- Issue #17861: Tools/scripts/generate_opcode_h.py automatically regenerates
+ Include/opcode.h from Lib/opcode.py if the later gets any change.
+
- Issue #20644: OS X installer build support for documentation build changes
in 3.4.1: assume externally supplied sphinx-build is available in /usr/bin.