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 barry
Recipients barry
Date 2018-02-15.03:11:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1518664317.8.0.467229070634.issue32847@psf.upfronthosting.co.za>
In-reply-to
Content
I just ran across errno 39 (Directory not empty) when using Path.rename(newdir) when newdir already existed and was not empty.  I realized that OSError exceptions don't have a DirectoryNotEmptyError subclass.  Maybe we should add one?

Probably not important or common enough to add for 3.7 given we're in beta now.
History
Date User Action Args
2018-02-15 03:11:57barrysetrecipients: + barry
2018-02-15 03:11:57barrysetmessageid: <1518664317.8.0.467229070634.issue32847@psf.upfronthosting.co.za>
2018-02-15 03:11:57barrylinkissue32847 messages
2018-02-15 03:11:56barrycreate