This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author giampaolo.rodola
Recipients Sworddragon, giampaolo.rodola
Date 2012-01-05.10:00:30
SpamBayes Score 1.4060952e-08
Marked as misclassified No
Message-id <1325757631.48.0.60273994216.issue13714@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-01-05 10:00:31giampaolo.rodolasetrecipients: + giampaolo.rodola, Sworddragon
2012-01-05 10:00:31giampaolo.rodolasetmessageid: <1325757631.48.0.60273994216.issue13714@psf.upfronthosting.co.za>
2012-01-05 10:00:30giampaolo.rodolalinkissue13714 messages
2012-01-05 10:00:30giampaolo.rodolacreate