[Python-checkins] python/dist/src/Doc/whatsnew whatsnew23.tex,1.36,1.37

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Mon, 22 Jul 2002 06:19:01 -0700


Update of /cvsroot/python/python/dist/src/Doc/whatsnew
In directory usw-pr-cvs1:/tmp/cvs-serv32499/Doc/whatsnew

Modified Files:
	whatsnew23.tex 
Log Message:
SF bug #583894, add doc for DL_IMPORT/DL_EXPORT deprecation

Index: whatsnew23.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew23.tex,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** whatsnew23.tex	19 Jul 2002 15:48:56 -0000	1.36
--- whatsnew23.tex	22 Jul 2002 13:18:59 -0000	1.37
***************
*** 846,849 ****
--- 846,854 ----
  Palkovsky.)
  
+ \item 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.
+ 
  \item The interpreter can be compiled without any docstrings for 
  the built-in functions and modules by supplying