Ned Deily added the comment:

It doesn't seem to be true for other mount points; the ones I tried raise 
FileExistsError.  I suppose one could dig into the OS sources.  I see that none 
of the FreeBSD or OS X mkdir man pages nor the POSIX 2013 spec document EISDIR 
as an expected error from mkdir(2) so one could argue it's an implementation 
bug.  It is a somewhat unusual case, though, as I doubt you would ever run into 
a situation where you really needed to create '/' from a process :=)  Still ...

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24231>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to