[Python-checkins] python/dist/src/Mac/Modules/ae aesupport.py, 1.31, 1.32

jackjansen at users.sourceforge.net jackjansen at users.sourceforge.net
Wed Nov 19 11:18:04 EST 2003


Update of /cvsroot/python/python/dist/src/Mac/Modules/ae
In directory sc8-pr-cvs1:/tmp/cvs-serv29205/ae

Modified Files:
	aesupport.py 
Log Message:
PyDoc_STR is always defined nowadays (and has been for quite some time:-)


Index: aesupport.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/ae/aesupport.py,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** aesupport.py	19 Nov 2003 16:13:22 -0000	1.31
--- aesupport.py	19 Nov 2003 16:18:01 -0000	1.32
***************
*** 83,89 ****
  
  includestuff = includestuff + """
- #ifndef PyDoc_STR
- #define PyDoc_STR(x) (x)
- #endif
  #include <Carbon/Carbon.h>
  
--- 83,86 ----





More information about the Python-checkins mailing list