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-22.22:05:10
SpamBayes Score 0.48261526
Marked as misclassified No
Message-id <1201039512.64.0.73465428804.issue1577@psf.upfronthosting.co.za>
In-reply-to
Content
I don't see where there is a change in semantics. Today,
`shutil.move(source_file, destination_dir)` already moves source_file
inside the destination_dir (it doesn't replace the latter with the former).
Is there a misunderstanding?
History
Date User Action Args
2008-01-22 22:05:12pitrousetspambayes_score: 0.482615 -> 0.48261526
recipients: + pitrou, gvanrossum, facundobatista, draghuram, init
2008-01-22 22:05:12pitrousetspambayes_score: 0.482615 -> 0.482615
messageid: <1201039512.64.0.73465428804.issue1577@psf.upfronthosting.co.za>
2008-01-22 22:05:10pitroulinkissue1577 messages
2008-01-22 22:05:10pitroucreate