]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-133413: Fix references to removed Request.has_data (GH-133414) (GH-133945)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 12 May 2025 18:23:35 +0000 (20:23 +0200)
committerGitHub <noreply@github.com>
Mon, 12 May 2025 18:23:35 +0000 (18:23 +0000)
commit5ba525c7d032817c52c96a70819fcf1f75a2eb53
tree12c05b14d0b8f7d6e7534db6ab50cf49b634fc49
parentc15980b57b411dd1492f8bfe68d5c87538bd006f
[3.14] gh-133413: Fix references to removed Request.has_data (GH-133414) (GH-133945)

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