]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133413: Fix references to removed Request.has_data (GH-133414)
authorppaez <pp@pp.com.mx>
Mon, 12 May 2025 18:17:57 +0000 (12:17 -0600)
committerGitHub <noreply@github.com>
Mon, 12 May 2025 18:17:57 +0000 (21:17 +0300)
commit86c1d439e0ccbe6baeda69322f1f8c0e6a80464c
treee912f6d626ec04bd09be045e09acaf9063c1b1d2
parent5dbd27db7d79af88fb3f9b47f8b80438a147d349
gh-133413: Fix references to removed Request.has_data (GH-133414)

The has_data() method of http.request.Request
was removed in version 3.4.
Doc/library/unittest.mock.rst
Doc/library/urllib.request.rst