IDLE: Fix devdanzin high benefit/effort issues
@terryjreedy já está trabalhando nisso.
Desde 25/8/2026.
- Linguagem predominante
- Python
- Estrelas
- 77.2k
- Forks
- 35.9k
- Métricas de merge de PRs
- Métricas de PR pendentes
Descrição
These 8 are "Lowest effort to confirm, highest cost if left alone — all silent".
35 — Format Paragraph silently deletes characters from every non-comment line of a selection (format.py:59)
36 — A literal % in any setting strips every open window's keybindings and leaves them off (config.py:48)
27 — Copy-with-prompts drops the last line whenever the selection ends at column 10, 20, 100... (pyshell.py:1034)
60 — Saving a file whose coding cookie cannot encode its text writes a BOM and keeps the cookie (iomenu.py:324-326)
51 — restore_file_breaks appends without clearing, so Save As carries the old file's breakpoints over (pyshell.py:268)
59 — _study1 has no f-string state, so a PEP 701 multi-line f-string is read as three statements (pyparse.py:245)
43 — Three keysyms shipped in every keyset cannot be spelled by the key-configuration dialog (config_key.py:15)
34 — WidgetRedirector swallows every TclError, so text.index() can never raise on any IDLE widget (redirector.py:116)
Guia de contribuição
Primeiros passos
- Leia a issue inteira e depois o guia de contribuição do projeto.
- Comente na issue dizendo que vai assumir — evita que duas pessoas façam o mesmo trabalho.
- Faça um fork do repositório e trabalhe em uma branch.
- Abra um pull request que referencie o número da issue.
Avaliação
Esta issue ainda não foi avaliada.