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 jderose
Recipients Arfrever, ezio.melotti, georg.brandl, jderose, jwilk, kushal.das, larry, serhiy.storchaka, terry.reedy, v+python, vajrasky
Date 2013-12-29.01:11:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1388279470.66.0.905792677067.issue16074@psf.upfronthosting.co.za>
In-reply-to
Content
vajrasky, one more errno to consider:

[Errno 39] Directory not empty: '/tmp/bar'

This is when renaming a directory: src directory exists; dst directory exists and is non-empty.

In 3.4 Beta1, this error message now includes the src instead of the dst (flipped behaviour from Python 3.3). I'm not sure whether this changed because of changes being tracked in this bug on not, so I filed a separate issue: http://bugs.python.org/issue20093
History
Date User Action Args
2013-12-29 01:11:10jderosesetrecipients: + jderose, georg.brandl, terry.reedy, larry, jwilk, ezio.melotti, Arfrever, v+python, serhiy.storchaka, kushal.das, vajrasky
2013-12-29 01:11:10jderosesetmessageid: <1388279470.66.0.905792677067.issue16074@psf.upfronthosting.co.za>
2013-12-29 01:11:10jderoselinkissue16074 messages
2013-12-29 01:11:10jderosecreate