test.support.open_urlresource should work from an installed Python
Open
Nobody has claimed this yet.
tests
type-bug
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 28001 |
|---|---|
| Nosy | @tiran, @bitdancer, @zware |
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-09-07.16:59:06.272>
labels = ['type-bug']
title = 'test.support.open_urlresource should work from an installed Python'
updated_at = <Date 2016-09-07.16:59:06.272>
user = 'https://github.com/zware'
bugs.python.org fields:
activity = <Date 2016-09-07.16:59:06.272>
actor = 'zach.ware'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = []
creation = <Date 2016-09-07.16:59:06.272>
creator = 'zach.ware'
dependencies = []
files = []
hgrepos = []
issue_num = 28001
keywords = []
message_count = None
messages = []
nosy_count = 3.0
nosy_names = ['christian.heimes', 'r.david.murray', 'zach.ware']
pr_nums = []
priority = 'normal'
resolution = None
stage = 'needs patch'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue28001'
versions = ['Python 2.7', 'Python 3.5', 'Python 3.6']
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
Start by locating test.support.open_urlresource and checking how it resolves resources when Python is installed rather than run from a source checkout. Reproduce the behavior with an installed Python and add or update coverage so the helper works in that environment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100