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 loewis
Recipients loewis, vstinner
Date 2008-11-19.15:38:46
SpamBayes Score 2.2213095e-05
Marked as misclassified No
Message-id <1227109127.86.0.795439202175.issue4008@psf.upfronthosting.co.za>
In-reply-to
Content
This patch has two problems:
1. saving files fails, since there is still a call left to the function
coding_spec, but that function is removed.
2. if saving would work: it doesn't preserve the line endings of the
original file when writing it back. If you open files with DOS line
endings on Unix, upon saving, they should still have DOS line endings.
History
Date User Action Args
2008-11-19 15:38:48loewissetrecipients: + loewis, vstinner
2008-11-19 15:38:47loewissetmessageid: <1227109127.86.0.795439202175.issue4008@psf.upfronthosting.co.za>
2008-11-19 15:38:47loewislinkissue4008 messages
2008-11-19 15:38:46loewiscreate