pythonbrasil / pythonbrasil/wiki
pyladies_generator.py emitindo warning do YAML
Open
Nobody has claimed this yet.
amigável para iniciantes
código
- Dominant language
- Python
- Stars
- 178
- Forks
- 168
- Avg merge
- 30m
- Merged PRs (30d)
- 2
Description
pyladies_generator.py:34: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
return yaml.load(html)
Contributor guide
No contributing guide indexed for this repository
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 at line 34 of pyladies_generator.py, where yaml.load(html) produces the reported YAMLLoadWarning. Read the linked PyYAML guidance and inspect how this generator loads the HTML. Done means the generator no longer emits this warning while preserving its existing behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100