[Python-checkins] python/dist/src/Lib os.py,1.72,1.73

aimacintyre at users.sourceforge.net aimacintyre at users.sourceforge.net
Tue Dec 2 07:33:03 EST 2003


Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1:/tmp/cvs-serv5660

Modified Files:
	os.py 
Log Message:
OS/2+EMX: make the link() emulation available as os.link()


Index: os.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/os.py,v
retrieving revision 1.72
retrieving revision 1.73
diff -C2 -d -r1.72 -r1.73
*** os.py	2 Jul 2003 02:49:33 -0000	1.72
--- os.py	2 Dec 2003 12:33:01 -0000	1.73
***************
*** 77,80 ****
--- 77,81 ----
      else:
          import os2emxpath as path
+         from _emx_link import link
  
      import os2





More information about the Python-checkins mailing list