]> granicus.if.org Git - python/commitdiff
Add note about DL_IMPORT deprecation.
authorMark Hammond <mhammond@skippinet.com.au>
Mon, 22 Jul 2002 12:53:16 +0000 (12:53 +0000)
committerMark Hammond <mhammond@skippinet.com.au>
Mon, 22 Jul 2002 12:53:16 +0000 (12:53 +0000)
[ 583894 ] doc DL_IMPORT/DL_EXPORT changes

Misc/NEWS

index 99d2d9095519e8d3dc7252868db4700c9bdd7266..3156376a4aa7578778c3b0242efed920021801b3 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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,