Home
last modified time | relevance | path

Searched refs:CacheFTPHandler (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/test/
Dtest_urllib2net.py283 cfh = urllib.request.CacheFTPHandler()
/third_party/python/Doc/library/
Durllib.request.rst449 .. class:: CacheFTPHandler()
1132 CacheFTPHandler Objects
1135 :class:`CacheFTPHandler` objects are :class:`FTPHandler` objects with the
1139 .. method:: CacheFTPHandler.setTimeout(t)
1144 .. method:: CacheFTPHandler.setMaxConns(m)
/third_party/python/Lib/urllib/
Drequest.py1588 class CacheFTPHandler(FTPHandler): class
/third_party/python/patches/
Dcpython_mingw_v3.11.4.patch2929 +:class:`urllib.request.CacheFTPHandler` no longer raises :class:`URLError`
/third_party/python/Misc/
DNEWS150 - gh-issue-81403: :class:`urllib.request.CacheFTPHandler` no longer raises