]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-133413: Fix references to removed Request.has_data (GH-133414) (GH-133946)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 12 May 2025 18:25:25 +0000 (20:25 +0200)
committerGitHub <noreply@github.com>
Mon, 12 May 2025 18:25:25 +0000 (18:25 +0000)
commit05ddd066244c65394e810a4a145c1bbfb3f5a41e
treed7e5fb23a01344018f7964de0094672f77803f55
parentd9d8e9a00c485241208a277003feb8ab9303ebae
[3.13] gh-133413: Fix references to removed Request.has_data (GH-133414) (GH-133946)

The has_data() method of http.request.Request
was removed in version 3.4.
(cherry picked from commit 86c1d439e0ccbe6baeda69322f1f8c0e6a80464c)

Co-authored-by: ppaez <pp@pp.com.mx>
Doc/library/unittest.mock.rst
Doc/library/urllib.request.rst