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.

classification
Title: os.path.isdir.__name__ is "_isdir" on Windows (2.7.3)
Type: Stage:
Components: Versions: Python 2.7
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: loewis, shaurz
Priority: normal Keywords:

Created on 2012-04-27 14:33 by shaurz, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg159460 - (view) Author: Luke McCarthy (shaurz) Date: 2012-04-27 14:33
This caused something to break in our code. I know, maybe it shouldn't rely on that.
msg159471 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2012-04-27 15:37
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.
History
Date User Action Args
2022-04-11 14:57:29adminsetgithub: 58888
2012-04-27 15:37:59loewissetstatus: open -> closed

nosy: + loewis
messages: + msg159471

resolution: wont fix
2012-04-27 14:33:05shaurzcreate