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 vstinner
Recipients rdevaughn, vstinner
Date 2009-09-08.21:59:22
SpamBayes Score 0.0016489597
Marked as misclassified No
Message-id <1252447164.33.0.165378987998.issue6822@psf.upfronthosting.co.za>
In-reply-to
Content
Oh yes, FTP.storlines() fails if the file is a text file. Here is a
patch. My patch encodes each line with self.encoding, which is latin1 by
default.
History
Date User Action Args
2009-09-08 21:59:24vstinnersetrecipients: + vstinner, rdevaughn
2009-09-08 21:59:24vstinnersetmessageid: <1252447164.33.0.165378987998.issue6822@psf.upfronthosting.co.za>
2009-09-08 21:59:22vstinnerlinkissue6822 messages
2009-09-08 21:59:22vstinnercreate