]> granicus.if.org Git - python/commit
EMX lacks an implementation of link(). As Mailman wants os.link() to
authorAndrew MacIntyre <andymac@bullseye.apana.org.au>
Tue, 2 Dec 2003 12:31:09 +0000 (12:31 +0000)
committerAndrew MacIntyre <andymac@bullseye.apana.org.au>
Tue, 2 Dec 2003 12:31:09 +0000 (12:31 +0000)
commiteb477f05cffebba58299f0d2b32400c35f94d645
tree8ca41d8d580772c424b3d7a53e7242f7dd64cf24
parent2e8a6e0ec6729ffb490130eff6bb33ea9375c75c
EMX lacks an implementation of link().  As Mailman wants os.link() to
implement its locking scheme, this module implements a crude link() by
way of copying the source to the destination provided the destination
doesn't already exist.
Lib/plat-os2emx/_emx_link.py [new file with mode: 0644]