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 roysmith
Recipients georg.brandl, roysmith
Date 2008-04-15.16:24:43
SpamBayes Score 0.03641189
Marked as misclassified No
Message-id <1208276684.24.0.698895306945.issue2639@psf.upfronthosting.co.za>
In-reply-to
Content
Reading closer, I see that copy() has the shell-like semantics I was 
expecting copyfile() to have.  Perhaps the right fix is to include a note in 
the copyfile() docs saying, "dst must be a file path; see also copy() for a 
version which allows dst to be a directory".

It might also make sense to move copy() to the top of the list, because it 
is the one which has the most shell-like semantics.
History
Date User Action Args
2008-04-15 16:24:44roysmithsetspambayes_score: 0.0364119 -> 0.03641189
recipients: + roysmith, georg.brandl
2008-04-15 16:24:44roysmithsetspambayes_score: 0.0364119 -> 0.0364119
messageid: <1208276684.24.0.698895306945.issue2639@psf.upfronthosting.co.za>
2008-04-15 16:24:43roysmithlinkissue2639 messages
2008-04-15 16:24:43roysmithcreate