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 draghuram
Recipients draghuram, facundobatista, gvanrossum, init
Date 2007-12-12.14:37:36
SpamBayes Score 0.1122261
Marked as misclassified No
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
Then, a small change in  the doc might clarify the usage (as OP suggested);

"If the destination is on our current filesystem, then simply use
rename." can be replaced with:

"If the destination is a fiile and is on same filesystem as that of
src, then simply use rename."
History
Date User Action Args
2007-12-12 14:37:37draghuramsetspambayes_score: 0.112226 -> 0.1122261
recipients: + draghuram, gvanrossum, facundobatista, init
2007-12-12 14:37:36draghuramlinkissue1577 messages
2007-12-12 14:37:36draghuramcreate