Implement equivalent to `pip.locations.distutils_scheme` in sysconfig
Open
Nobody has claimed this yet.
3.13
stdlib
topic-sysconfig
type-feature
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 26955 |
|---|---|
| Nosy | @ned-deily, @merwok, @dstufft, @tdsmith |
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 = None
created_at = <Date 2016-05-04.16:17:44.660>
labels = ['type-feature', 'library', '3.10']
title = 'Implement equivalent to `pip.locations.distutils_scheme` in sysconfig'
updated_at = <Date 2020-10-22.21:18:37.358>
user = 'https://bugs.python.org/sylvaincorlay'
bugs.python.org fields:
activity = <Date 2020-10-22.21:18:37.358>
actor = 'eric.araujo'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2016-05-04.16:17:44.660>
creator = 'sylvain.corlay'
dependencies = []
files = []
hgrepos = []
issue_num = 26955
keywords = []
message_count = 7.0
messages = ['264836', '266052', '266059', '266224', '267888', '267956', '379350']
nosy_count = 5.0
nosy_names = ['ned.deily', 'eric.araujo', 'dstufft', 'sylvain.corlay', 'tdsmith']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue26955'
versions = ['Python 3.10']
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Begin with Python's sysconfig module and pip.locations.distutils_scheme, the entry points named in the issue. Determine the intended equivalence and locate relevant standard-library tests before defining the scope. Done means sysconfig provides the requested equivalent behavior with appropriate test coverage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100