[Python-checkins] python/dist/src/Python bltinmodule.c, 2.292.10.4, 2.292.10.5

aimacintyre at users.sourceforge.net aimacintyre at users.sourceforge.net
Mon Mar 29 06:57:04 EST 2004


Update of /cvsroot/python/python/dist/src/Python
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4177

Modified Files:
      Tag: release23-maint
	bltinmodule.c 
Log Message:
OS/2 VACPP build updates/fixes

Index: bltinmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/bltinmodule.c,v
retrieving revision 2.292.10.4
retrieving revision 2.292.10.5
diff -C2 -d -r2.292.10.4 -r2.292.10.5
*** bltinmodule.c	5 Dec 2003 17:33:55 -0000	2.292.10.4
--- bltinmodule.c	29 Mar 2004 11:57:01 -0000	2.292.10.5
***************
*** 580,584 ****
  		if (stat(filename, &s) == 0) {
  			if (S_ISDIR(s.st_mode))
! #				if defined(PY_OS2) && defined(PYCC_VACPP)
  					errno = EOS2ERR;
  #				else
--- 580,584 ----
  		if (stat(filename, &s) == 0) {
  			if (S_ISDIR(s.st_mode))
! #				if defined(PYOS_OS2) && defined(PYCC_VACPP)
  					errno = EOS2ERR;
  #				else




More information about the Python-checkins mailing list