Erlend E. Aasland
Erlend E. Aasland
Using [the Diátaxis language of tutorials](https://diataxis.fr/tutorials/#the-language-of-tutorials) as a guideline. * Issue: gh-95271
Resolves #83638 ### TODO - [x] Wait for PEP-249 amendments to land - [x] Reflow and reindent doc changes * Issue: gh-83638
The devguide describes in great detail _how_ and _when_ to write NEWS entries (reST syntax, line length, using blurb, etc.), but it barely touches on the subject of what the...
I often see PRs with misleading or vague titles. This is problematic, as the PR titles often end up being the commit titles, and commit titles are one of the...
> The [devguide](https://devguide.python.org) does touch on how to build Python from source using homebrew installed libraries on macOS, although I found it to be 1) a bit incomplete; 2) not...
The SQL injection attack example in the sqlite3 docs takes no user input, hence it is not susceptible to an injection attack and serves badly as an example. Also, it...
* Issue: gh-93649