summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-02-04 03:09:53 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-02-04 03:09:53 (GMT)
commitd66595fe423227f3bf8ea4867df5d27c6d2764e1 (patch)
tree678405a81330c78c8525ddc817350654c04dfaee /Misc
parent693291ba23d6406af58dd46066748a8d713fd1ba (diff)
downloadcpython-d66595fe423227f3bf8ea4867df5d27c6d2764e1.zip
cpython-d66595fe423227f3bf8ea4867df5d27c6d2764e1.tar.gz
cpython-d66595fe423227f3bf8ea4867df5d27c6d2764e1.tar.bz2
Renamed _testXXX to _testcapiXXX. Jack is my hero -- good call!
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4f1ba30..e17e656 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1,3 +1,14 @@
+What's New in Python 2.1 alpha 507?
+===================================
+
+Core language, builtins, and interpreter
+
+Standard library
+
+Windows changes
+
+- Build: Subproject _test (effectively) renamed to _testcapi.
+
What's New in Python 2.1 alpha 2?
=================================