[Python-checkins] python/dist/src/Mac/Modules/waste wastesupport.py, 1.21, 1.22

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/waste
In directory sc8-pr-cvs1:/tmp/cvs-serv29205/waste

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


Index: wastesupport.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/waste/wastesupport.py,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** wastesupport.py	23 Dec 2002 23:16:25 -0000	1.21
--- wastesupport.py	19 Nov 2003 16:18:02 -0000	1.22
***************
*** 64,70 ****
  #include <WEObjectHandlers.h>
  #include <WETabs.h>
- #ifndef PyDoc_STR
- #define PyDoc_STR(x) (x)
- #endif
  
  /* Exported by Qdmodule.c: */
--- 64,67 ----





More information about the Python-checkins mailing list