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 vajrasky
Recipients Arfrever, ezio.melotti, georg.brandl, kushal.das, larry, serhiy.storchaka, terry.reedy, v+python, vajrasky
Date 2013-12-02.04:11:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385957515.81.0.828199146021.issue16074@psf.upfronthosting.co.za>
In-reply-to
Content
Here is the patch for Python 3.4. It removed file information for os.rename, os.link, and os.symlink.

I agree with Ezio that giving extra information is better but since Python 3.4 is in beta.... maybe we can defer this to Python 3.5.

There are couples of errno that need extra information. For example, in Linux:
[Errno 2] No such file or directory -> source
[Errno 17] File exists -> destination
[Errno 36] Filename too long -> tough to decide, can be source, can be destination
[Errno 27] File too large -> source
Anything left?
History
Date User Action Args
2013-12-02 04:11:55vajraskysetrecipients: + vajrasky, georg.brandl, terry.reedy, larry, ezio.melotti, Arfrever, v+python, serhiy.storchaka, kushal.das
2013-12-02 04:11:55vajraskysetmessageid: <1385957515.81.0.828199146021.issue16074@psf.upfronthosting.co.za>
2013-12-02 04:11:55vajraskylinkissue16074 messages
2013-12-02 04:11:55vajraskycreate