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.

classification
Title: IOBinding overly broad except (2nd try)
Type: Stage:
Components: IDLE Versions: Python 2.4
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: jimjjewett
Priority: normal Keywords: patch

Created on 2006-08-15 19:05 by jimjjewett, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
idlelibiobinding.patch.txt jimjjewett, 2006-08-15 19:05
Messages (2)
msg50896 - (view) Author: Jim Jewett (jimjjewett) Date: 2006-08-15 19:05
Given that self.editwin exists, and missing attributes 
raise AttributeError (as assumed by the save method), 
this should only catch AttributeError.  Note that this 
isn't in a "don't fail for any reason" section.

msg50897 - (view) Author: Jim Jewett (jimjjewett) Date: 2006-08-15 19:11
Logged In: YES 
user_id=764593

duplicate
History
Date User Action Args
2022-04-11 14:56:19adminsetgithub: 43828
2006-08-15 19:05:05jimjjewettcreate