summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2003-03-07 15:13:17 (GMT)
committerGuido van Rossum <guido@python.org>2003-03-07 15:13:17 (GMT)
commite5c691abe3946ddbaa00730b92f3b96f96903f7d (patch)
treeca9cc52c3473970b7068be8aed6ec87f9ee2418c /Misc
parent9e1595e6e4c31ebfecd1c4c9f833e39799560963 (diff)
downloadcpython-e5c691abe3946ddbaa00730b92f3b96f96903f7d.zip
cpython-e5c691abe3946ddbaa00730b92f3b96f96903f7d.tar.gz
cpython-e5c691abe3946ddbaa00730b92f3b96f96903f7d.tar.bz2
- The extended type structure used for heap types (new-style
classes defined by Python code using a class statement) is now exported from object.h as PyHeapTypeObject. (SF patch #696193.)
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 0a446df..a83e282 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -80,7 +80,9 @@ Build
C API
-----
-TBD
+- The extended type structure used for heap types (new-style
+ classes defined by Python code using a class statement) is now
+ exported from object.h as PyHeapTypeObject. (SF patch #696193.)
New platforms
-------------