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 jbell
Recipients ethan.furman, giampaolo.rodola, gregory.p.smith, jbell, mikecmcleod
Date 2021-10-31.16:46:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635698764.1.0.708843828536.issue2628@roundup.psfhosted.org>
In-reply-to
Content
This issue is 13 years old. The original 2008 patch was used in a production environment against an OpenVMS server identifying itself as MadGoat. That use case involved downloading documents only, and no write permission was available. Therefore the patch only supports RETR. See the debug.log file attached to this issue for the server interaction. 

I no longer have a need for BLOCK mode, and don't know what modern servers would support it. mikecmcleod revived this issue so perhaps they can provide some ability for testing, or perspective on the current needs.

The PR updates the patch to Python 3, and includes a test written against the minimal changes required for that 2.7->3.x update.
History
Date User Action Args
2021-10-31 16:46:04jbellsetrecipients: + jbell, gregory.p.smith, giampaolo.rodola, ethan.furman, mikecmcleod
2021-10-31 16:46:04jbellsetmessageid: <1635698764.1.0.708843828536.issue2628@roundup.psfhosted.org>
2021-10-31 16:46:04jbelllinkissue2628 messages
2021-10-31 16:46:03jbellcreate