[issue12706] timeout sentinel in ftplib and poplib documentation

2021-12-01 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.5, Python 3.6, Python 3.7 ___ Python tracker ___

[issue12706] timeout sentinel in ftplib and poplib documentation

2018-01-24 Thread Marcel Widjaja
Change by Marcel Widjaja : -- pull_requests: +5156 stage: needs patch -> patch review ___ Python tracker ___

[issue12706] timeout sentinel in ftplib and poplib documentation

2018-01-04 Thread Greg
Greg added the comment: Completely forgot about this, please take my patch and submit a pr On Fri, Dec 29, 2017 at 10:55 AM, Marcel Widjaja wrote: > > Marcel Widjaja added the comment: > > Greg, I wonder if you are planning

[issue12706] timeout sentinel in ftplib and poplib documentation

2017-12-29 Thread Marcel Widjaja
Marcel Widjaja added the comment: Greg, I wonder if you are planning to submit a PR for your patch? If not, I'm plan to take your patch, make some minor adjustment and submit a PR. -- nosy: +mawidjaj ___ Python tracker

[issue12706] timeout sentinel in ftplib and poplib documentation

2016-10-05 Thread Berker Peksag
Berker Peksag added the comment: Documentation changes look good to me. However, I'd prefer using socket._GLOBAL_DEFAULT_TIMEOUT in the timeout parameter of FTP.connect(). -- keywords: +easy nosy: +berker.peksag versions: +Python 3.5, Python 3.6, Python 3.7 -Python 2.7, Python 3.2,

[issue12706] timeout sentinel in ftplib and poplib documentation

2014-06-07 Thread Greg
Greg added the comment: In the definition of FTP.connect(), I've changed the code to actually use None as a lack-of-explicit-timeout sentinel instead of -999. For FTP and FTP_TLS, I've changed the documentation to reflect what the code is doing. -- keywords: +patch nosy: +εσχατοκυριος

[issue12706] timeout sentinel in ftplib and poplib documentation

2011-08-12 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- components: +Documentation ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12706 ___ ___

[issue12706] timeout sentinel in ftplib and poplib

2011-08-07 Thread Senthil Kumaran
New submission from Senthil Kumaran sent...@uthcode.com: - ftplib and poplib, has them as timeout=None, while they default to socket._GLOBAL_DEFAULT_TIMEOUT object.

[issue12706] timeout sentinel in ftplib and poplib documentation

2011-08-07 Thread Senthil Kumaran
Changes by Senthil Kumaran sent...@uthcode.com: -- title: timeout sentinel in ftplib and poplib - timeout sentinel in ftplib and poplib documentation ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12706