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 eric.araujo
Recipients BreamoreBoy, anthonybaxter, eric.araujo, gennad, hynek, ishimoto, nnorwitz, pitrou, tarek, zooko
Date 2012-07-16.13:10:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342444224.93.0.538052244926.issue1492704@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks.  Can you clarify what behavior changed compared to the previous patch?  From the doc it looks like shutil.move now always raises SameFileError, whereas the previous patch said that on Unix it depended on the semantics of os.rename.

The patch has some very minor issues like extraneous whitespace in the docs, but they can be fixed by the person committing.
History
Date User Action Args
2012-07-16 13:10:24eric.araujosetrecipients: + eric.araujo, nnorwitz, anthonybaxter, zooko, ishimoto, pitrou, tarek, BreamoreBoy, gennad, hynek
2012-07-16 13:10:24eric.araujosetmessageid: <1342444224.93.0.538052244926.issue1492704@psf.upfronthosting.co.za>
2012-07-16 13:10:24eric.araujolinkissue1492704 messages
2012-07-16 13:10:24eric.araujocreate