diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-02-02 21:24:51 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-02-02 21:24:51 (GMT) |
commit | b16c56f0ba765e736d4d2113d2a9d1bcd738a98a (patch) | |
tree | 38abb83b47181c2ee5f2599a71b80803816b3521 /Misc | |
parent | 231e22facb565ccd2fd68cf7a9544eb6435c8b0d (diff) | |
download | cpython-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/NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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? |