1 message in org.python.python-bugs-list[ python-Bugs-919012 ] shutil.move ca...
FromSent OnAttachments
SourceForge.netMar 18, 2004 2:28 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[ python-Bugs-919012 ] shutil.move can destroy files Actions...
From:SourceForge.net (nore@sourceforge.net)
Date:Mar 18, 2004 2:28:45 pm
List:org.python.python-bugs-list

Bugs item #919012, was opened at 2004-03-18 13:29 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=919012&group_id=5470

Category: Python Library Group: Python 2.3 Status: Open Resolution: None Priority: 5 Submitted By: Jeff Epler (jepler) Assigned to: Nobody/Anonymous (nobody) Summary: shutil.move can destroy files

Initial Comment: $ mkdir a; touch a/b; python2.3 -c 'import shutil; shutil.move("a", "a/c") $ ls -l a ls: a: no such file or directory

The same problem exists on Windows, as reported by one "shagshag".

----------------------------------------------------------------------