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: Update "os.pathconf" values
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.2
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: jcea Nosy List: eric.araujo, jcea
Priority: normal Keywords: easy

Created on 2010-10-19 03:30 by jcea, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg119113 - (view) Author: Jesús Cea Avión (jcea) * (Python committer) Date: 2010-10-19 03:30
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.
msg119341 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2010-10-21 21:56
Can you produce a patch?
msg119548 - (view) Author: Jesús Cea Avión (jcea) * (Python committer) Date: 2010-10-25 13:05
Committed in r85834. Solaris 10 now shows 25 names available, instead of 14.
History
Date User Action Args
2022-04-11 14:57:07adminsetgithub: 54352
2010-10-25 13:05:54jceasetstatus: open -> closed
resolution: accepted
messages: + msg119548

stage: needs patch -> resolved
2010-10-22 22:52:00pitrousetassignee: jcea
2010-10-21 21:56:47eric.araujosetnosy: + eric.araujo
messages: + msg119341
2010-10-19 03:31:29jceasettype: enhancement
stage: needs patch
2010-10-19 03:30:30jceacreate