Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork34k
Closed as duplicate of#84232
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.html
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