[issue47040] Remove an invalid versionchanged in doc

2022-03-16 Thread Ma Lin
Change by Ma Lin : -- keywords: +patch pull_requests: +30046 stage: -> patch review pull_request: https://github.com/python/cpython/pull/31955 ___ Python tracker ___ _

[issue47040] Remove an invalid versionchanged in doc

2022-03-16 Thread Ma Lin
New submission from Ma Lin : Since CPython 3.0.0, the checksums are always truncated to `unsigned int`: https://github.com/python/cpython/blob/v3.0/Modules/zlibmodule.c#L930 https://github.com/python/cpython/blob/v3.0/Modules/zlibmodule.c#L950 -- assignee: docs@python components: Docume