Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

os.path.isdir.__name__ is "_isdir" on Windows (2.7.3) #58888

Closed
shaurz mannequin opened this issue Apr 27, 2012 · 2 comments
Closed

os.path.isdir.__name__ is "_isdir" on Windows (2.7.3) #58888

shaurz mannequin opened this issue Apr 27, 2012 · 2 comments

Comments

@shaurz
Copy link
Mannequin

shaurz mannequin commented Apr 27, 2012

BPO 14683
Nosy @loewis

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2012-04-27.15:37:59.224>
created_at = <Date 2012-04-27.14:33:05.312>
labels = []
title = 'os.path.isdir.__name__ is "_isdir" on Windows (2.7.3)'
updated_at = <Date 2012-04-27.15:37:59.222>
user = 'https://bugs.python.org/shaurz'

bugs.python.org fields:

activity = <Date 2012-04-27.15:37:59.222>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = <Date 2012-04-27.15:37:59.224>
closer = 'loewis'
components = []
creation = <Date 2012-04-27.14:33:05.312>
creator = 'shaurz'
dependencies = []
files = []
hgrepos = []
issue_num = 14683
keywords = []
message_count = 2.0
messages = ['159460', '159471']
nosy_count = 2.0
nosy_names = ['loewis', 'shaurz']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue14683'
versions = ['Python 2.7']

@shaurz
Copy link
Mannequin Author

shaurz mannequin commented Apr 27, 2012

This caused something to break in our code. I know, maybe it shouldn't rely on that.

@loewis
Copy link
Mannequin

loewis mannequin commented Apr 27, 2012

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.

@loewis loewis mannequin closed this as completed Apr 27, 2012
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants