Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34k
Closed as duplicate of#84232
Closed as duplicate of#84232
Copy link
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
>>>importencodings>>>help(encodings) Helponpackageencodings: NAMEencodings-Standard"encodings"PackageMODULEREFERENCEhttps://docs.python.org/3.14/library/encodings.htmlThefollowingdocumentationisautomaticallygeneratedfromthePythonsourcefiles. Itmaybeincomplete, incorrectorincludefeaturesthatareconsideredimplementationdetailandmayvarybetweenPythonimplementations. Whenindoubt, consultthemodulereferenceatthelocationlistedabove. DESCRIPTIONStandardPythonencodingmodulesarestoredinthispackagedirectory. Codecmodulesmusthavenamescorrespondingtonormalizedencodingnamesasdefinedinthenormalize_encoding() functionbelow, e.g. 'utf-8'mustbeimplementedbythemodule'utf_8.py'. Eachcodecmodulemustexportthefollowinginterface: [lines1-23] >>>print('\n'.join(xforxinpydoc.render_doc(encodings).splitlines() if'http'inx)) https://docs.python.org/3.14/library/encodings.htmlThe URL included here is not valid, and seems to be invalid at least back to Python 3.11.
I can't say if this has been deleted by mistake or if it was cleaned out and the documentation should no longer include it.
CPython versions tested on:
3.14
Operating systems tested on:
macOS
Linked PRs
Metadata
Metadata
Assignees
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error