[Python-checkins] python/dist/src/Misc NEWS,1.441,1.442

mhammond@users.sourceforge.net mhammond@users.sourceforge.net
2002年7月22日 05:53:19 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv22801
Modified Files:
	NEWS 
Log Message:
Add note about DL_IMPORT deprecation.
[ 583894 ] doc DL_IMPORT/DL_EXPORT changes
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.441
retrieving revision 1.442
diff -C2 -d -r1.441 -r1.442
*** NEWS	16 Jul 2002 01:32:30 -0000	1.441
--- NEWS	22 Jul 2002 12:53:16 -0000	1.442
***************
*** 6,9 ****
--- 6,13 ----
 
 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

AltStyle によって変換されたページ (->オリジナル) /