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

Update "os.pathconf" values #54352

Closed
jcea opened this issue Oct 19, 2010 · 3 comments
Closed

Update "os.pathconf" values #54352

jcea opened this issue Oct 19, 2010 · 3 comments
Assignees
Labels
easy stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@jcea
Copy link
Member

jcea commented Oct 19, 2010

BPO 10143
Nosy @jcea, @merwok

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 = 'https://github.com/jcea'
closed_at = <Date 2010-10-25.13:05:54.825>
created_at = <Date 2010-10-19.03:30:30.594>
labels = ['easy', 'type-feature', 'library']
title = 'Update "os.pathconf" values'
updated_at = <Date 2010-10-25.13:05:54.824>
user = 'https://github.com/jcea'

bugs.python.org fields:

activity = <Date 2010-10-25.13:05:54.824>
actor = 'jcea'
assignee = 'jcea'
closed = True
closed_date = <Date 2010-10-25.13:05:54.825>
closer = 'jcea'
components = ['Library (Lib)']
creation = <Date 2010-10-19.03:30:30.594>
creator = 'jcea'
dependencies = []
files = []
hgrepos = []
issue_num = 10143
keywords = ['easy']
message_count = 3.0
messages = ['119113', '119341', '119548']
nosy_count = 2.0
nosy_names = ['jcea', 'eric.araujo']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue10143'
versions = ['Python 3.2']

@jcea
Copy link
Member Author

jcea commented Oct 19, 2010

os.pathconf and related functions are a bit outdated and some platforms, like Solaris are pretty badly represented.

We need to support more values.

Trivial to implement.

@jcea jcea added stdlib Python modules in the Lib dir easy type-feature A feature request or enhancement labels Oct 19, 2010
@merwok
Copy link
Member

merwok commented Oct 21, 2010

Can you produce a patch?

@jcea
Copy link
Member Author

jcea commented Oct 25, 2010

Committed in r85834. Solaris 10 now shows 25 names available, instead of 14.

@jcea jcea closed this as completed Oct 25, 2010
@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
easy stdlib Python modules in the Lib dir type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants