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.                                      
                                                                     
                                                                                
                                                                      
This is wrong; someone may pass None thinking it will trigger the               
                                                                      
default behaviour, and have nasty surprises.

----------
assignee: docs@python
messages: 141740
nosy: docs@python, orsenthil
priority: normal
severity: normal
stage: needs patch
status: open
title: timeout sentinel in ftplib and poplib
type: behavior
versions: Python 2.7, Python 3.2, Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12706>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to