Skip to content

Commit

Permalink
Link to Python Morsels
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jun 4, 2024
1 parent 26a8821 commit 0ac7b49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/stdlib-cli-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ avg 1.64228, stddev 2.13138, min 0.0386213, max 34.0379
avg 3.18754, stddev 2.27556, min 0.00336177, max 6.28306
...
```
**Update:** This is fixed [in Python 3.13](https://docs.python.org/3/library/random.html)

### nntplib

Expand Down Expand Up @@ -365,3 +366,5 @@ This one has a bunch more options (visible with `-h`). `python -m calendar -t ht

There are plenty more in there - these are just the ones I've explored so far.

Trey Hunner collected a more recent set of these in June 2024 in [Python's many command-line utilities](https://www.pythonmorsels.com/cli-tools/).

0 comments on commit 0ac7b49

Please sign in to comment.