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
Bug report
Bug description:
The 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
pydocdocs.python.org link generation #139995