]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
create_message(): When os.link() doesn't exist, make a copy of the msg
authorTim Peters <tim.peters@gmail.com>
Tue, 22 May 2001 16:29:01 +0000 (16:29 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 22 May 2001 16:29:01 +0000 (16:29 +0000)
commit6626c1f183e537e23cde9af84d4c7f9e235ef1b7
treeab09dbdb597224d06addcdd21369d187f07a50a9
parentffd674d400bb56c2bde1f75b90d2ad2ab880b4a4
create_message():  When os.link() doesn't exist, make a copy of the msg
instead.  Allows this test to finish on Windows again.
Lib/test/test_mailbox.py