summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
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?