diff options
author | Mark Hammond <mhammond@skippinet.com.au> | 2002-07-22 12:53:16 (GMT) |
---|---|---|
committer | Mark Hammond <mhammond@skippinet.com.au> | 2002-07-22 12:53:16 (GMT) |
commit | a5083ec3b33c214453a40d05fd718d976e65d121 (patch) | |
tree | 4bcba825fff910478caf8c9321b91056f7e62560 /Misc/NEWS | |
parent | 603e76e882d6cf660c205bc98d994f92293c2247 (diff) | |
download | cpython-a5083ec3b33c214453a40d05fd718d976e65d121.zip cpython-a5083ec3b33c214453a40d05fd718d976e65d121.tar.gz cpython-a5083ec3b33c214453a40d05fd718d976e65d121.tar.bz2 |
Add note about DL_IMPORT deprecation.
[ 583894 ] doc DL_IMPORT/DL_EXPORT changes
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,10 @@ XXX Release date: DD-MMM-2002 XXX Type/class unification and new-style classes Core and builtins +- The public Python C API will generally be declared using PyAPI_FUNC + and PyAPI_DATA macros, while Python extension module init functions + will be declared with PyMODINIT_FUNC. DL_EXPORT/DL_IMPORT macros + are deprecated. - Ctrl+C handling on Windows has been made more consistent with other platforms. KeyboardInterrupt can now reliably be caught, |