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 orsenthil
Recipients Sohaib Ahmad, gson, orsenthil, r.david.murray
Date 2016-09-16.14:01:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474034487.53.0.984921242456.issue27973@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Sohaib,

I will get the proper fix for this issue. 

A comment on the patch. Changing the API to `def open(self, fullurl, data=None, ftp_retrieve=False):`  just breaks the abstraction of the open method and may not be the way to go for this. Any changes that is required should be within the FTPHandler classes.
History
Date User Action Args
2016-09-16 14:01:27orsenthilsetrecipients: + orsenthil, r.david.murray, Sohaib Ahmad, gson
2016-09-16 14:01:27orsenthilsetmessageid: <1474034487.53.0.984921242456.issue27973@psf.upfronthosting.co.za>
2016-09-16 14:01:27orsenthillinkissue27973 messages
2016-09-16 14:01:27orsenthilcreate