Martin v. Löwis added the comment:
This is not a bug. Due to function name aliasing, this can easily happen, and
the function's name should be considered as an implementation detail.
--
nosy: +loewis
resolution: -> wont fix
status: open -> closed
_
New submission from Luke McCarthy :
This caused something to break in our code. I know, maybe it shouldn't rely on
that.
--
messages: 159460
nosy: shaurz
priority: normal
severity: normal
status: open
title: os.path.isdir.__name__ is "_isdir" on Windows (2.7.3)
versions: Python 2.7
___