This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jepler
Recipients
Date 2004-03-18.19:29:00
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
$ 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".
History
Date User Action Args
2007-08-23 14:20:27adminlinkissue919012 messages
2007-08-23 14:20:27admincreate