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 Esa.Peuha
Recipients Aaron.Swan, Esa.Peuha
Date 2014-06-27.18:46:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403894765.94.0.132808351492.issue21876@psf.upfronthosting.co.za>
In-reply-to
Content
This looks like a documentation bug. Functions in module os are usually just thin wrappers around the underlying OS functions, and POSIX states that doing nothing is the correct thing to do here. (It is arguably a bug in early Unix implementations that got mistakenly codified as part of POSIX, and it is certainly inconsistent with the POSIX requirement that the mv command *must* remove the source file in this case, but there is nothing Python can do about that.)
History
Date User Action Args
2014-06-27 18:46:05Esa.Peuhasetrecipients: + Esa.Peuha, Aaron.Swan
2014-06-27 18:46:05Esa.Peuhasetmessageid: <1403894765.94.0.132808351492.issue21876@psf.upfronthosting.co.za>
2014-06-27 18:46:05Esa.Peuhalinkissue21876 messages
2014-06-27 18:46:05Esa.Peuhacreate