Giampaolo Rodola' <g.rod...@gmail.com> added the comment:

What storbinary does is just using a socket to send data.
There's no way for storbinary to ask the socket whether an unpredicted event 
such as an IP change occurred and neither it should.

As a user, you just shouldn't change the IP address while a network app is 
running on that network interface and expect it to keep working or raise an 
exception.  
The consequences are unpredictable and are probably subject to change depending 
on what platform you're on.

In summary, this is not a problem which should be dealt with by base ftplib or 
any other network lib in the stdlib.

----------

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

Reply via email to