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 facundobatista
Recipients facundobatista, init
Date 2007-12-10.12:01:09
SpamBayes Score 0.1945349
Marked as misclassified No
Message-id <1197288070.82.0.874280539233.issue1577@psf.upfronthosting.co.za>
In-reply-to
Content
I have another way:

* Check if the destination is a directory, and in such case make an
os.path.join(destination, originfile), and then use os.rename() with
this new destination.

What do you think? Do you think this way suffers from any multiplatform
issue?

More important: how can this be tested?
History
Date User Action Args
2007-12-10 12:01:11facundobatistasetspambayes_score: 0.194535 -> 0.1945349
recipients: + facundobatista, init
2007-12-10 12:01:10facundobatistasetspambayes_score: 0.194535 -> 0.194535
messageid: <1197288070.82.0.874280539233.issue1577@psf.upfronthosting.co.za>
2007-12-10 12:01:10facundobatistalinkissue1577 messages
2007-12-10 12:01:09facundobatistacreate