summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-05-28 11:21:39 (GMT)
committerGeorg Brandl <georg@python.org>2008-05-28 11:21:39 (GMT)
commit74a1deaab360e118fa5f4621fd30a4ef4cc5a53e (patch)
tree7624b50a6c6f2b46c4ca7c3a9170f3d7f161ad51 /Misc
parent88eeef35d7795ec427f61e67f427dccaeabc0d11 (diff)
downloadcpython-74a1deaab360e118fa5f4621fd30a4ef4cc5a53e.zip
cpython-74a1deaab360e118fa5f4621fd30a4ef4cc5a53e.tar.gz
cpython-74a1deaab360e118fa5f4621fd30a4ef4cc5a53e.tar.bz2
#2989: add PyType_Modified().
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1decc90..e5f251a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -239,7 +239,9 @@ Build
C API
-----
-- The PyBytes functions have been renamed to PyByteArray
+- Add ``PyType_Modified()`` as a public API to clear the type cache.
+
+- The PyBytes functions have been renamed to PyByteArray.
- The PyString functions have been renamed to PyBytes. A batch of
defines were added so that the linker still sees the original