summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-02-02 21:24:51 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-02-02 21:24:51 (GMT)
commitb16c56f0ba765e736d4d2113d2a9d1bcd738a98a (patch)
tree38abb83b47181c2ee5f2599a71b80803816b3521 /Misc
parent231e22facb565ccd2fd68cf7a9544eb6435c8b0d (diff)
downloadcpython-b16c56f0ba765e736d4d2113d2a9d1bcd738a98a.zip
cpython-b16c56f0ba765e736d4d2113d2a9d1bcd738a98a.tar.gz
cpython-b16c56f0ba765e736d4d2113d2a9d1bcd738a98a.tar.bz2
Teach Windows build and installer about new _symtable module/DLL.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index aed9987..f635135 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -112,7 +112,10 @@ Windows changes
- Build: New subproject _test for the benefit of test_capi.py (see above).
-- Build: subproject ucnhash is gone, since the code was folded into the
+- Build: New subproject _symtable, for new DLL _symtable.pyd (a nascent
+ interface to some Python compiler internals).
+
+- Build: Subproject ucnhash is gone, since the code was folded into the
unicodedata subproject.
What's New in Python 2.1 alpha 1?