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 pitrou
Recipients draghuram, facundobatista, gvanrossum, init, pitrou
Date 2008-01-23.15:29:07
SpamBayes Score 0.061965395
Marked as misclassified No
Message-id <1201102149.36.0.378003683274.issue1577@psf.upfronthosting.co.za>
In-reply-to
Content
Does this mean we should preserve this behaviour for shutil.move() as well?
Right now, shutil.move(src_dir, dst_dir) replaces dst_dir with src_dir
if dst_dir is empty, but moves src_dir inside dst_dir otherwise.
History
Date User Action Args
2008-01-23 15:29:09pitrousetspambayes_score: 0.0619654 -> 0.061965395
recipients: + pitrou, gvanrossum, facundobatista, draghuram, init
2008-01-23 15:29:09pitrousetspambayes_score: 0.0619654 -> 0.0619654
messageid: <1201102149.36.0.378003683274.issue1577@psf.upfronthosting.co.za>
2008-01-23 15:29:07pitroulinkissue1577 messages
2008-01-23 15:29:07pitroucreate