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 taleinat
Recipients kbk, taleinat
Date 2007-09-23.16:56:02
SpamBayes Score 0.017161334
Marked as misclassified No
Message-id <1190566563.05.0.829357268495.issue1130@psf.upfronthosting.co.za>
In-reply-to
Content
The saving bug is a string/bytes issue, simply fixed by replaced line
366 in Lib\idlelib\IOBinding.py with:
chars = chars.replace(b"\n", self.eol_convention.encode('ASCII'))
History
Date User Action Args
2007-09-23 16:56:03taleinatsetspambayes_score: 0.0171613 -> 0.017161334
recipients: + taleinat, kbk
2007-09-23 16:56:03taleinatsetspambayes_score: 0.0171613 -> 0.0171613
messageid: <1190566563.05.0.829357268495.issue1130@psf.upfronthosting.co.za>
2007-09-23 16:56:02taleinatlinkissue1130 messages
2007-09-23 16:56:02taleinatcreate