Decide the fate of undocumented script behavior of some modules #93096
Labels
docs
Documentation in the Doc dir
tests
Tests in the Lib/test dir
type-feature
A feature request or enhancement
There are three dozens of standard modules that can be called via
python -m
and their documentation doesn't mention it. They can be grouped into five categories:We need to decide what to do with all these undocumented categories.
I propose the following:
test
module with deduplicationCommand-Line Usage
into the docs like in https://docs.python.org/3/library/ast.html#command-line-usage or https://docs.python.org/3/library/trace.html#command-line-usageThe text was updated successfully, but these errors were encountered: