summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.0.rst
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2007-12-02 16:52:32 (GMT)
committerChristian Heimes <christian@cheimes.de>2007-12-02 16:52:32 (GMT)
commitf78b1c6573a7e4a30f799fd28acd414e5deb140d (patch)
treef9bd6ff9ecca07e3b9365cdb90de24bcfd813602 /Doc/whatsnew/3.0.rst
parent2137b6aa997209ac3529c439f82383de0219940d (diff)
downloadcpython-f78b1c6573a7e4a30f799fd28acd414e5deb140d.zip
cpython-f78b1c6573a7e4a30f799fd28acd414e5deb140d.tar.gz
cpython-f78b1c6573a7e4a30f799fd28acd414e5deb140d.tar.bz2
I've moved the remains of PyInt_ to the longobject.h header file and removed the inclusing of intobject.h from Python.h. Now the intobject.h exists only to provide some aliases for porters from Python 2.x.
Diffstat (limited to 'Doc/whatsnew/3.0.rst')
-rw-r--r--Doc/whatsnew/3.0.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.0.rst b/Doc/whatsnew/3.0.rst
index 8d6babd..aa7913c 100644
--- a/Doc/whatsnew/3.0.rst
+++ b/Doc/whatsnew/3.0.rst
@@ -387,6 +387,8 @@ changes to your code:
* Everything is all in the details!
+* Developers can include intobject.h after Python.h for some PyInt_ aliases.
+
.. ======================================================================