-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
encodings module is not documented #136162
Copy link
Copy link
Closed
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dirstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-featureA feature request or enhancementA feature request or enhancement
Metadata
Metadata
Assignees
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dirstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-featureA feature request or enhancementA feature request or enhancement
Projects
Status
Done
Status
Todo
Feature or enhancement
encodingscontains several public and documented (at the module level) functions:cpython/Lib/encodings/__init__.py
Lines 1 to 29 in 23caccf
But, only its submodules are documented in
codecs.rst:cpython/Doc/library/codecs.rst
Lines 1487 to 1491 in 23caccf
Should we add
encodingsitself to the docs?Linked PRs
encodings#136164encodingspackage functions (GH-136164) #136453encodingspackage functions (GH-136164) #136454encodingspackage documentation #136456