Elektrine lite

← Feed

@zauberlaus@chaos.social

Post #2261675

2026-03-08 05:49 UTC

@ptmcg@fosstodon.org sorry what do you mean with - json ? that module is certainly older than 3.14?

Replies (1)

  • @ptmcg@fosstodon.org 2026-03-08 05:56

    @zauberlaus@chaos.social It is one of a few stdlib modules that have added command-line functionality, along with uuid, random, sqlite3, etc. json is a little different because it previously released the json.tool command-line function, but now in 3.14 it is exposed as just json, so `python -m json` - a Python version of jq.

    Open ##2261676