
report at bugs
Sep 23, 2007, 9:56 AM
Post #4 of 4
(328 views)
Permalink
|
|
[issue1130] Idle - Save (buffer) - closes IDLE and does not save file (Windows XP)
[In reply to]
|
|
New submission from Tal Einat: 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')) ---------- nosy: +taleinat __________________________________ Tracker <report [at] bugs> <http://bugs.python.org/issue1130> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|