Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Python: Bugs

[issue1130] Idle - Save (buffer) - closes IDLE and does not save file (Windows XP)

 

 

Python bugs RSS feed   Index | Next | Previous | View Threaded


report at bugs

Sep 7, 2007, 7:29 PM

Post #1 of 4 (384 views)
Permalink
[issue1130] Idle - Save (buffer) - closes IDLE and does not save file (Windows XP)

Changes by Carl Trachte:


----------
title: Idle - Save (buffer) -> Idle - Save (buffer) - closes IDLE and does not save file (Windows XP)

__________________________________
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


report at bugs

Sep 11, 2007, 12:15 PM

Post #2 of 4 (343 views)
Permalink
[issue1130] Idle - Save (buffer) - closes IDLE and does not save file (Windows XP) [In reply to]

Changes by Kurt B. Kaiser:


----------
assignee: -> kbk
keywords: +py3k
nosy: +kbk

__________________________________
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


report at bugs

Sep 17, 2007, 3:49 AM

Post #3 of 4 (339 views)
Permalink
[issue1130] Idle - Save (buffer) - closes IDLE and does not save file (Windows XP) [In reply to]

Changes by Sean Reifschneider:


----------
priority: -> normal

__________________________________
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


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

Python bugs RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.