summaryrefslogtreecommitdiffstats
path: root/Lib/plat-os2emx/_emx_link.py
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-1/+1
|
* EMX lacks an implementation of link(). As Mailman wants os.link() toAndrew MacIntyre2003-12-021-0/+79
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.